Re: How to create Makefile from XCode project
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com A little googleing got me this page from gnustep: http://svn.gna.org/svn/gnustep/tools/pbxbuild/trunk/main.m Alex Am 17.07.2008 um 11:49 schrieb Api Api: Thanks, Api Alex Am 17.07.2008 um 11:14 schrieb Api Api: Is there any option in XCode to do this or any good tool available? Thanks, Api _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/below%40mac.com This email sent to below@mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... See if you can find "generateMakefileForTarget" somewhere in the repository Thanks Alex for correcting me on Mac and Xcode. I'll use it right way from now on. I am searching the web for the same topic for past few days, but could not get to some significant link. Could you please point me some useful links for some documentation or some tool for this. On Thu, Jul 17, 2008 at 2:54 PM, Alexander von Below <below@mac.com> wrote: Please, it is "Mac" and "Xcode". We are weird that way. It is quite doable to parse a project file and generate a Makefile from it, I am sure someone did so already. Try searching the web for this. That said, you may be better off to use a Makefile on all platforms. Xcode does support Makefile based projects (explained in the documentation) Hi I have recently started working on MAC, I am working on a project of C++. The IDE used is XCode2.4.1 I need to port the C++ project on MAC to the Solaris and Linux platforms. Can anyone please let me know, How can I create a makefile from a typical XCode project? I tried a tool PBTOMAKE, but it is not so good. It does not export the XCode settings to the makefile. This email sent to site_archiver@lists.apple.com
participants (1)
-
Alexander von Below