References to other projects in xcode project
References to other projects in xcode project
- Subject: References to other projects in xcode project
- From: Bill May <email@hidden>
- Date: Fri, 20 Feb 2004 10:11:33 -0800
I have an open source project (mpeg4ip) that I'd like to use xcode -
the normal autoconf, etc don't work - it's a fairly complicated package,
with many libraries from other sources.
So, I've begun created individual xcode projects for each of the dylibs and
static libraries. So far, so good - I've figured out how to get the libraries
to link, be installed.
Then I have a number of command line utilities that I'd like to work with. So,
I'll create project files for them, and Add existing files, and add the xcode
project for the libraries that it needs to link, adding dependancies as needed.
However, when it cleans and compiles, xcode uses the build settings (including the
include paths) for the main project. This causes include file problems, because
the libraries and utilities are usually at different folder depths of the project.
I'm using relative paths, instead of absolute paths, since we're releasing source
code, rather than compiled applications.
Is there a way to have xcode use the settings for the included .xcode projects when
it builds ?
The only other way I can see to get this to work would be to create external shell
scripts that use command line compiling.
Any other ideas ?
Thanks.
[demime 0.98b removed an attachment of type text/x-vcard which had a name of wmay.vcf]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.