Blame sofort/exrules/pe-dlltool.mk

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