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:
Nicola Pero 2002-03-07 16:20:33 +00:00
parent 5ee95b8912
commit 14cfca5492

View file

@ -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