mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
f1ae195f0f
commit
adc2057983
10 changed files with 555 additions and 746 deletions
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue