mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Implemented user functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3462 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38090ae6ab
commit
9af297b791
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ ADDITIONAL_OBJCFLAGS = -g
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include \
|
||||
-I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS =
|
||||
|
|
Loading…
Reference in a new issue