mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 18:40:47 +00:00
Correct defs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
418145cad2
commit
ab3d683fee
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-10-04 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.preamble (ADDITIONAL_CPPFLAGS): Add
|
||||
CONFIG_SYSTEM_DEFS.
|
||||
|
||||
2000-10-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/Unicode.m:
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) -DHAVE_LIBXML=$(HAVE_LIBXML) -Wall
|
||||
ADDITIONAL_CPPFLAGS = $(CONFIG_SYSTEM_DEFS) -DHAVE_LIBXML=$(HAVE_LIBXML) -Wall
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue