mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Remove references to obsolete directory Headers/Additions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33462 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cbb92041ae
commit
dacafa7f82
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-07-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* macosx/gnustep.pbproj/project.pbxproj,
|
||||
* Tools/make_strings/GNUmakefile.preamble: Remove references to
|
||||
obsolete directory Headers/Additions.
|
||||
|
||||
2011-07-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/GNUstepBase/GNUstep.h: Define the __has_feature macro,
|
||||
|
|
|
@ -46,8 +46,7 @@ ADDITIONAL_OBJCFLAGS += $(WARN_FLAGS)
|
|||
#ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers/Additions \
|
||||
-I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
ifeq ($(FOUNDATION_LIB),gnu)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Headers
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
FRAMEWORK_VERSION = A;
|
||||
HEADER_SEARCH_PATHS = ". \"${SRCROOT}/../Headers/Additions\" /sw/include /sw/include/libxml2";
|
||||
HEADER_SEARCH_PATHS = ". /sw/include /sw/include/libxml2";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = "/usr/local/lib /sw/lib";
|
||||
OPTIMIZATION_CFLAGS = "-O0";
|
||||
|
|
Loading…
Reference in a new issue