Put back linking against all libs on windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-21 12:56:55 +00:00
parent 86e6c64134
commit 5c6c90c39b

View file

@ -56,11 +56,14 @@ include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
# difficult when the bundle is loaded (eg, if the application and the
# bundle end up being linked to different versions of the system
# libraries ...)
#BUNDLE_LIBS += $(ADDITIONAL_GUI_LIBS) $(AUXILIARY_GUI_LIBS) $(BACKEND_LIBS) \
# $(GUI_LIBS) $(ADDITIONAL_TOOL_LIBS) $(AUXILIARY_TOOL_LIBS) \
# $(FND_LIBS) $(ADDITIONAL_OBJC_LIBS) $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS) \
# $(SYSTEM_LIBS) $(TARGET_SYSTEM_LIBS)
# On windows, this is unfortunately required.
ifeq ($(WITH_DLL),yes)
BUNDLE_LIBS += $(ADDITIONAL_GUI_LIBS) $(AUXILIARY_GUI_LIBS) $(BACKEND_LIBS) \
$(GUI_LIBS) $(ADDITIONAL_TOOL_LIBS) $(AUXILIARY_TOOL_LIBS) \
$(FND_LIBS) $(ADDITIONAL_OBJC_LIBS) $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS) \
$(SYSTEM_LIBS) $(TARGET_SYSTEM_LIBS)
endif
ALL_BUNDLE_LIBS = \
$(shell $(WHICH_LIB_SCRIPT) \