Re: Export Makefiles
Re: Export Makefiles
- Subject: Re: Export Makefiles
- From: Chris Espinosa <email@hidden>
- Date: Mon, 20 Apr 2009 10:25:57 -0700
On Apr 20, 2009, at 10:08 AM, K. Chen wrote:
Is there a way to export makefiles out of Xcode projects and then
run 'make' with it?
No.
Very few Xcode projects are portable to other systems, as most use the
Cocoa or Carbon frameworks found only on Mac OS X. If you have an
open-source project that uses only the common and portable Unix
headers in Mac OS X, you can write a makefile and create an Xcode
project that uses an "External Target" to build with that makefile.
If you just want to build an Xcode project with the command line, use
xcodebuild, it works much like make but for Xcode project files
instead of Makefiles.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden