Blame sofort/exrules/pe-dlltool.mk

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