Blame sofort/exrules/pe-dlltool.mk

6ea5fc
# pe-dlltool.mk: PE shared library rules for targets using dlltool.
6ea5fc
# this file is covered by COPYING.SOFORT.
6ea5fc
97f8b2
include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
97f8b2
97f8b2
$(IMPLIB_VER):		$(IMPLIB_DEF)
97f8b2
			$(DLLTOOL) -l $(IMPLIB_VER) -d $(IMPLIB_DEF) -D $(DSO_VER)
97f8b2
97f8b2
ifeq ($(AVOID_VERSION),yes)
97f8b2
97f8b2
else
97f8b2
97f8b2
$(IMPLIB_SONAME):	$(IMPLIB_DEF)
97f8b2
			$(DLLTOOL) -l $(IMPLIB_SONAME) -d $(IMPLIB_DEF) -D $(DSO_SONAME)
97f8b2
97f8b2
endif
97f8b2
97f8b2
include $(PROJECT_DIR)/sofort/exrules/pe-version.mk