Re: Exporting project?
Re: Exporting project?
- Subject: Re: Exporting project?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 5 Jan 2004 17:20:27 -0800
On Jan 5, 2004, at 10:13 AM, Brian Gilman wrote:
I've been building an application and now want to export it for
Linux/Unix users. My question is, how can I export my project out of
Xcode
for these users to use? Ie. I want to eliminate all the Xcode specific
stuff
from the project and be left with the source and a makefile. Is this
possible?
Not directly.
If you want portability, then your best bet is to use GNU
Autoconf/Automake to set up makefiles for other platforms...
Autoconf/Automake solves a lot of cross-platform problems, like
headers, function availability, endian-ness, etc.
If you're writing an Objective-C product, then you might be able to use
"nfmake" from the GNUstep project, but I'm not sure if that works with
Xcode projects, or projects that don't use Objective-C.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"That's a funny thing to promise. Well, you can't never let anything
happen to him [Nemo]; then, nothing would ever happen to him." - Dory,
from the movie "Finding Nemo"
_______________________________________________
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.