mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
4b799fd922
commit
6111504cb2
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>
|
||||
|
||||
* Headers/gnustep/base/NSArray.h: Add methods for creating from URL
|
||||
|
|
|
@ -19,3 +19,9 @@ ifeq ($(shared),yes)
|
|||
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||
endif
|
||||
|
||||
# Default to building only -baseadd
|
||||
# on non *-gnu-* library combos
|
||||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
add=yes
|
||||
base=no
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue