Re: XCode project, ./configure, make and building framework?
Re: XCode project, ./configure, make and building framework?
- Subject: Re: XCode project, ./configure, make and building framework?
- From: Richard Van Deren <email@hidden>
- Date: Sat, 2 Oct 2004 14:49:40 -0400
You might what to review Apache Xerces-C xml.apache.org They have a
Xcode project for Xerces in the Projects directory.
________________________________________________________
Rich Van Deren
On Oct 2, 2004, at 5:12 AM, Ringo De Smet wrote:
Hello,
As a long time developer in Java, I'm having a hard time finding my
way back in the plethora of settings C development brings along. My
aim is to create an XCode project for an Open-Source C library. Since
the build system is already in place for the library for other Unices,
I just want to use that and only create a build phase that deploys the
library as a MacOS X framework.
I started creating an empty project and added a Shell Script build
phase for the './configure' step. However, is there an variable
defined pointing to the project root folder? The working folder for
the script seems to be somewhere in the build folder.
How can I configure my Shell Script phase to run in the project root
folder?
If the ./configure and make steps deliver a dylib, can I just rename
this file without the dylib extension and copy this into the framework
folder structure along with the headers and resources? Or is there
still a difference in binary between a shared lib as a framework and a
BSD level shared library?
Ringo
_______________________________________________
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
_______________________________________________
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