Blame sofort/exrules/pe-mdso.mk

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