mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
2001-11-07 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWExtensions.framework/Makefile.preamble: Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS * GSWExtensionsGSW.framework/Makefile.preamble: Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@11329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1216faefec
commit
95068eec21
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-11-07 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* GSWExtensions.framework/Makefile.preamble:
|
||||
Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS
|
||||
* GSWExtensionsGSW.framework/Makefile.preamble:
|
||||
Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS
|
||||
|
||||
2001-10-28 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
Compilation is OK but this version hasn't been tested
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ endif
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../.. -I../GSWeb.framework/derived_src
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ifeq ($(debug), yes)
|
||||
|
|
|
@ -46,7 +46,7 @@ endif
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../.. -I../GSWeb.framework/derived_src
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ifeq ($(debug), yes)
|
||||
|
|
Loading…
Reference in a new issue