mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
fbe3e651ac
commit
b8183cde37
3 changed files with 12 additions and 2 deletions
|
@ -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>
|
2008-02-17 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSDistributedNotificationCenter.m: Remove delay and change
|
* Source/NSDistributedNotificationCenter.m: Remove delay and change
|
||||||
|
|
|
@ -68,6 +68,8 @@ SSL_PRINCIPAL_CLASS = GSSSLHandle
|
||||||
|
|
||||||
SSL_BUNDLE_LIBS = $(SSLLIBS) -lgnustep-base -lobjc
|
SSL_BUNDLE_LIBS = $(SSLLIBS) -lgnustep-base -lobjc
|
||||||
|
|
||||||
|
SSL_NEEDS_GUI = NO
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -57,8 +57,8 @@ ifneq ($(base),no)
|
||||||
LIBRARY_NAME += libgnustep-base
|
LIBRARY_NAME += libgnustep-base
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libgnustep-base_SUBPROJECTS=Additions
|
libgnustep-base_SUBPROJECTS = Additions
|
||||||
libgnustep-baseadd_SUBPROJECTS=Additions
|
libgnustep-baseadd_SUBPROJECTS = Additions
|
||||||
|
|
||||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||||
libgnustep-base_SUBPROJECTS+=win32
|
libgnustep-base_SUBPROJECTS+=win32
|
||||||
|
@ -435,6 +435,8 @@ libbase-resources_LOCALIZED_RESOURCE_FILES =
|
||||||
libbase-resources_RESOURCE_DIRS =
|
libbase-resources_RESOURCE_DIRS =
|
||||||
libbase-resources_RESOURCE_FILES = Info-gnustep.plist
|
libbase-resources_RESOURCE_FILES = Info-gnustep.plist
|
||||||
|
|
||||||
|
libgnustep-base_NEEDS_GUI = NO
|
||||||
|
libgnustep-baseadd_NEEDS_GUI = NO
|
||||||
|
|
||||||
-include Makefile.preamble
|
-include Makefile.preamble
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue