Blame sofort/exrules/pe-mdso.mk

dff3c5
# pe-mdso.mk: PE shared library rules for targets using mdso.
dff3c5
# this file is covered by COPYING.SOFORT.
dff3c5
ce6529
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
ce6529
b20f97
$(IMPLIB_VER):	$(IMPLIB_DEF)
b20f97
		$(MDSO) -m $(CC_BITS) -i $(IMPLIB_VER) -n $(DSO_VER) -l $(DSO_LIBPATH) $(IMPLIB_DEF)
ce6529
f49bbd
include $(PROJECT_DIR)/sofort/exrules/_pe/pe_mdso_version_$(VERSION_OPT).mk
ce6529
ce6529
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk