Re: Xcode Build Settings based on makefile
Re: Xcode Build Settings based on makefile
- Subject: Re: Xcode Build Settings based on makefile
- From: Andrew Keller <email@hidden>
- Date: Mon, 15 Apr 2013 06:26:53 -0400
On Apr 14, 2013, at 11:37 PM, Paul Johnson wrote:
> I have a makefile that successfully compiles and links without error, and I'm trying to accomplish the same thing by using the proper Build Settings in Xcode. So far I've been unsuccessful. Can this forum be used to help me with solve this problem?
You could have Xcode use the Makefile itself. As long as you implement some specific target names (build, clean, etc), it should integrate nicely. Add a new target, use "External Build System", and select 'make'.
HTH -
Andrew Keller
_______________________________________________
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