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
ac2c20
ifeq ($(AVOID_VERSION),yes)
ac2c20
ac2c20
else
ac2c20
ac2c20
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
ac2c20
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_SONAME) -n $(DSO_SONAME) $(IMPLIB_DEF)
ac2c20
ac2c20
endif
ac2c20
ac2c20
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk