Blame sofort/exrules/pe-mdso.mk

51bc52
# pe-mdso.mk: PE shared library rules for targets using mdso.
51bc52
# this file is covered by COPYING.SOFORT.
51bc52
3ae283
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
3ae283
3ae283
$(IMPLIB_VER):		$(IMPLIB_DEF)
3ae283
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_VER) -n $(DSO_VER) -l $(DSO_LIBPATH) $<
3ae283
3ae283
ifeq ($(AVOID_VERSION),yes)
3ae283
3ae283
else
3ae283
3ae283
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
3ae283
			$(MDSO) -m $(CC_BITS) -i $(IMPLIB_SONAME) -n $(DSO_SONAME) $(IMPLIB_DEF)
3ae283
3ae283
endif
3ae283
3ae283
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk