mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fixed compiler flags with non-flattened layout
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23840 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4b0f007dcf
commit
19c0fe5709
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Source/Additions/Makefile.preamble (ADDITIONAL_INCLUDE_DIRS):
|
||||
Added -I.. so that the compiler finds GSPrivate.h when it's using
|
||||
the non-flattened layout, and it compiles again.
|
||||
* SSL/Makefile.preamble (ADDITIONAL_INCLUDE_DIRS): Added
|
||||
-I../Source for the same reason.
|
||||
|
||||
2006-10-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSDecimalNumber.m: Implement coding/decoding
|
||||
|
|
|
@ -49,7 +49,7 @@ ADDITIONAL_CFLAGS =
|
|||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I./$(GNUSTEP_TARGET_DIR) \
|
||||
-I../Source/$(GNUSTEP_TARGET_DIR) \
|
||||
-I../Source/$(GNUSTEP_TARGET_DIR) -I../Source \
|
||||
-I../Headers/Additions -I../Headers
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
|
|
|
@ -55,8 +55,9 @@ endif
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
# FIXME - the -I../ is for GSPrivate.h
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../../Headers/Additions \
|
||||
-I../$(GNUSTEP_TARGET_DIR)
|
||||
-I../$(GNUSTEP_TARGET_DIR) -I../
|
||||
|
||||
ifeq ($(FOUNDATION_LIB),gnu)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue