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:
Richard Frith-Macdonald 2005-07-23 13:30:27 +00:00
parent d598fd5b97
commit 0de7dcbe08
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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