Blame sofort/exrules/pe-dlltool.mk

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