]> err.no Git - sope/commitdiff
fix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 21 Sep 2004 12:36:30 +0000 (12:36 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 21 Sep 2004 12:36:30 +0000 (12:36 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@146 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/libxmlSAXDriver/ChangeLog
sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj

index e4a3988c00a45e76723a2e3929977a8f25cc55cd..3503d86dc99626242289b85bee7ab3731aa0c97a 100644 (file)
@@ -1,5 +1,7 @@
 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
+       * 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
index 16a80636c735878ab850855648235b04ca34a503..d2d89b23580a3250f12e852d9e661ce4b30b4208 100644 (file)
                        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;
                        isa = PBXFileReference;
                        lastKnownFileType = wrapper.framework;
                        name = SaxObjC.framework;
-                       path = /Local/BuildArea/SaxObjC.framework;
+                       path = /Library/Frameworks/SaxObjC.framework;
                        refType = 0;
                        sourceTree = "<absolute>";
                };