Blame sofort/exrules/pe-mdso.mk

6ea5fc
# pe-mdso.mk: PE shared library rules for targets using mdso.
6ea5fc
# this file is covered by COPYING.SOFORT.
6ea5fc
97f8b2
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
97f8b2
18922d
$(IMPLIB_VER):	$(IMPLIB_DEF)
18922d
		$(MDSO) -m $(CC_BITS) -i $(IMPLIB_VER) -n $(DSO_VER) -l $(DSO_LIBPATH) $(IMPLIB_DEF)
97f8b2
8d3dab
include $(PROJECT_DIR)/sofort/exrules/_pe/pe_mdso_version_$(VERSION_OPT).mk
97f8b2
97f8b2
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk