From 4d8fadfb316ee6a3bfa80f84aa6b88fbf0defeac Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 21 Sep 2004 12:36:30 +0000 Subject: [PATCH] fix git-svn-id: http://svn.opengroupware.org/SOPE/trunk@146 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/libxmlSAXDriver/ChangeLog | 2 ++ .../libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sope-xml/libxmlSAXDriver/ChangeLog b/sope-xml/libxmlSAXDriver/ChangeLog index e4a3988c..3503d86d 100644 --- a/sope-xml/libxmlSAXDriver/ChangeLog +++ b/sope-xml/libxmlSAXDriver/ChangeLog @@ -1,5 +1,7 @@ 2004-09-21 Marcus Mueller + * libxmlSAXDriver.xcode: Fixed library search path + * libxmlSAXDriver.xcode: Fixed dependencies to resemble the make process more closely. Our aim should be to stick to the make process as closely as possible, so we shouldn't introduce dependencies in diff --git a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj index 16a80636..d2d89b23 100644 --- a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj +++ b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj @@ -134,7 +134,7 @@ buildRules = ( ); buildSettings = { - FRAMEWORK_SEARCH_PATHS = /Local/BuildArea; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = common.h; @@ -511,7 +511,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; - path = /Local/BuildArea/SaxObjC.framework; + path = /Library/Frameworks/SaxObjC.framework; refType = 0; sourceTree = ""; }; -- 2.39.2