mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
iTweak for stanadalone additions library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21519 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d598fd5b97
commit
0de7dcbe08
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Source/Additions/GSXML.m: fix typo in contributed code for when
|
||||
the additions library is built standalone on MacOS-X
|
||||
* Source/GNUmakefile: Don't build base subprojects when only building
|
||||
additions library!
|
||||
|
||||
2005-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -52,10 +52,8 @@ libgnustep-baseadd_SUBPROJECTS=Additions
|
|||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
libgnustep-base_SUBPROJECTS+=win32
|
||||
libgnustep-baseadd_SUBPROJECTS+=win32
|
||||
else
|
||||
libgnustep-base_SUBPROJECTS+=unix
|
||||
libgnustep-baseadd_SUBPROJECTS+=unix
|
||||
endif
|
||||
|
||||
# GNUSTEP_INSTALL_PREFIX must be defined here and not in config.h because
|
||||
|
|
Loading…
Reference in a new issue