Blame sofort/exrules/pe-dlltool.mk

352ae6
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
352ae6
352ae6
$(IMPLIB_VER):		$(IMPLIB_DEF)
352ae6
			$(DLLTOOL) -l $(IMPLIB_VER) -d $(IMPLIB_DEF) -D $(DSO_VER)
352ae6
352ae6
ifeq ($(AVOID_VERSION),yes)
352ae6
352ae6
else
352ae6
352ae6
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
352ae6
			$(DLLTOOL) -l $(IMPLIB_SONAME) -d $(IMPLIB_DEF) -D $(DSO_SONAME)
352ae6
352ae6
endif
352ae6
352ae6
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk