This isn't impossible as I've done it with a small open source lib. Sorta as it was good enough for me at the time. That was also a few XCode revisions ago.
If the the makefile is building an open source program or lib I have to wonder if it is even a good idea to turn it into an XCode project. Each revision would be a integration problem. If it is internal or something you control that is a different matter. Basically you will need to duplicate the makefiles build steps within XCode.
Unfortunately this stuff just doesn't jump out at you in XCode so you have to learn about the various project settings that impact the build of a project.
On Apr 15, 2013, at 4:38 PM, Paul Johnson < email@hidden> wrote: Thanks, Andrew. I'll look at just using the makefile. However, theoretically it should be easy to just do the compile/link without resorting to make. It just seems more aesthetically pleasing to not have to mess with additional tools unnecessarily.
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
|