Blame sofort/exrules/pe-mdso.mk

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