Re: pre processing problem xcode 2.1
Re: pre processing problem xcode 2.1
- Subject: Re: pre processing problem xcode 2.1
- From: Scott Tooker <email@hidden>
- Date: Tue, 14 Jun 2005 11:11:42 -0700
Currently you have two choices:
1) create a build rule that acts on *.pc files using a shell script
2) add a custom shell script to process the *.pc files and then add
the resulting .c files to your target so they get picked up.
If either of these avenues is not working please file a bug with a
simple test case, if possible.
Scott
On Jun 13, 2005, at 10:57 PM, Ronald Rood wrote:
Hi,
a while ago I struggled with pro*c precompilation using xcode 2.0
and got the
precompiler working using an aggregate target. In xcode 2.1 this
solution no
longer works so my conclusion is I picked the wrong method to
implement this in
the project.
What is the preferred way to implement this in xcode ?
I have a source code x.pc that has to be precompiled to get x.c
that needs to be
compiled.
In xcode 2.0 I made x.c as the aggregate target that had a build
script to
generate the x.c code from the x.pc code. After conversion of the
project file
I now get 'unable to create directory, invalid address' error.
(or is this a bug ?)
regards,
Ronald.
_______________________________________________
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