Blame sofort/exrules/pe-mdso.mk

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