Blame sofort/exrules/pe-dlltool.mk

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