Blame sofort/exrules/pe-mdso.mk

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