Do not link anything against libgnustep-gui in any circumstances - at least if we're running a gnustep-make recent enough that we can control it.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-02-19 11:01:07 +00:00
parent 5f61d5602b
commit e1a4893da8
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2008-02-19 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/GNUmakefile (libgnustep-base_NEEDS_GUI): Set to NO
(libgnustep-baseadd_NEEDS_GUI): Set to NO.
* SSL/GNUmakefile (SSL_NEEDS_GUI): Set to NO.
2008-02-17 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSDistributedNotificationCenter.m: Remove delay and change

View file

@ -68,6 +68,8 @@ SSL_PRINCIPAL_CLASS = GSSSLHandle
SSL_BUNDLE_LIBS = $(SSLLIBS) -lgnustep-base -lobjc
SSL_NEEDS_GUI = NO
endif
endif

View file

@ -57,8 +57,8 @@ ifneq ($(base),no)
LIBRARY_NAME += libgnustep-base
endif
libgnustep-base_SUBPROJECTS=Additions
libgnustep-baseadd_SUBPROJECTS=Additions
libgnustep-base_SUBPROJECTS = Additions
libgnustep-baseadd_SUBPROJECTS = Additions
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
libgnustep-base_SUBPROJECTS+=win32
@ -435,6 +435,8 @@ libbase-resources_LOCALIZED_RESOURCE_FILES =
libbase-resources_RESOURCE_DIRS =
libbase-resources_RESOURCE_FILES = Info-gnustep.plist
libgnustep-base_NEEDS_GUI = NO
libgnustep-baseadd_NEEDS_GUI = NO
-include Makefile.preamble