Blame sofort/exrules/pe-mdso.mk

7e34aa
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
7e34aa
7e34aa
$(IMPLIB_VER):		$(IMPLIB_DEF)
7e34aa
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_VER) -n $(DSO_VER) -l $(DSO_LIBPATH) $<
7e34aa
7e34aa
ifeq ($(AVOID_VERSION),yes)
7e34aa
7e34aa
else
7e34aa
7e34aa
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
7e34aa
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_SONAME) -n $(DSO_SONAME) $(IMPLIB_DEF)
7e34aa
7e34aa
endif
7e34aa
7e34aa
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk