Blame sofort/exrules/pe-dlltool.mk

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