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