Many GSXML tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-05-22 14:23:17 +00:00
parent f1ae195f0f
commit adc2057983
10 changed files with 555 additions and 746 deletions

File diff suppressed because it is too large Load diff

View file

@ -39,10 +39,13 @@ LIBRARY_VAR = GNUSTEP_BASE
# The library to be compiled
LIBRARY_NAME=
ifeq ($(add),yes)
LIBRARY_NAME=libgnustep-baseadd libgnustep-base
else
LIBRARY_NAME=libgnustep-base
LIBRARY_NAME += libgnustep-baseadd
endif
ifneq ($(base),no)
LIBRARY_NAME += libgnustep-base
endif
libgnustep-base_SUBPROJECTS=Additions