mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
* config.make.in: Default to builing -baseadd on non *-gnu-*
configurations. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3c270ab07
commit
1e67c1834b
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-07-16 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
|
* config.make.in: Default to builing -baseadd on non *-gnu-*
|
||||||
|
configurations.
|
||||||
|
|
||||||
2003-07-15 Richard Frith-Macdonald <rfm@gnu.org>
|
2003-07-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Headers/gnustep/base/NSArray.h: Add methods for creating from URL
|
* Headers/gnustep/base/NSArray.h: Add methods for creating from URL
|
||||||
|
|
|
@ -19,3 +19,9 @@ ifeq ($(shared),yes)
|
||||||
CONFIG_SYSTEM_LIBS += @LIBS@
|
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Default to building only -baseadd
|
||||||
|
# on non *-gnu-* library combos
|
||||||
|
ifneq ($(FOUNDATION_LIB),gnu)
|
||||||
|
add=yes
|
||||||
|
base=no
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue