Re: Moving from Unix to Xcode
Re: Moving from Unix to Xcode
- Subject: Re: Moving from Unix to Xcode
- From: Chris Espinosa <email@hidden>
- Date: Tue, 17 Jun 2008 09:22:50 -0700
On Jun 17, 2008, at 8:22 AM, Jakub Bednar <email@hidden> wrote:
Hello,
I'm a developer working on multi-platform project with
thousand
of source files in many directories. We are building from Makefiles
for
LINUX, FREEBSD and MAC, and from Visual Studio for Windows.
I'd now like to move the source codes also to XCode 3.1 to be able
to use
all the cool debugging and performance tools with direct source code
pointing
and so on.
Is there any easy way how to create XCode 3.1 project from existing
tree,
and to import targets from makefiles to the build system?
Or at least a way how to create .xcodeproj from Visual
Studio's .vcproj?
Xcode doesn't import either makefiles or .vcproj files.
The traditional way to use open-source Unix makefiles with Xcode is to
use the External Build System target, and to add your source folder to
the project as an Folder Reference. If you Google for Xcode makefile
you'll find several tutorials.
The newer approach for Xcode 3.0 and later is to add the source
directory to the Xcode Organizer and configure the Build command for
that directory to be your Make command.
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