Blame sofort/exrules/pe-dlltool.mk

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