mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
Define DLL_DEF here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5ee95b8912
commit
14cfca5492
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ ifeq ($(BUILD_DLL),yes)
|
|||
|
||||
DERIVED_SOURCES = derived_src
|
||||
|
||||
DLL_DEF = $($(GNUSTEP_INSTANCE)_DLL_DEF)
|
||||
|
||||
ifneq ($(strip $(DLL_DEF)),)
|
||||
DLL_DEF_FLAG = --input-def $(DLL_DEF)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue