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
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>";
};