Blame sofort/exrules/pe-dlltool.mk

b3423c
# pe-dlltool.mk: PE shared library rules for targets using dlltool.
b3423c
# this file is covered by COPYING.SOFORT.
b3423c
711507
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
711507
711507
$(IMPLIB_VER):		$(IMPLIB_DEF)
711507
			$(DLLTOOL) -l $(IMPLIB_VER) -d $(IMPLIB_DEF) -D $(DSO_VER)
711507
711507
ifeq ($(AVOID_VERSION),yes)
711507
711507
else
711507
711507
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
711507
			$(DLLTOOL) -l $(IMPLIB_SONAME) -d $(IMPLIB_DEF) -D $(DSO_SONAME)
711507
711507
endif
711507
711507
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk