Re: Creationg a stand-alone resource file
Re: Creationg a stand-alone resource file
- Subject: Re: Creationg a stand-alone resource file
- From: Scott Tooker <email@hidden>
- Date: Mon, 17 Oct 2005 15:20:42 -0700
In the current Xcode you'll need to take a tool target, add a
ResourceManager Resources build phase, remove all the other build
phases, and then add your .r file to that target.
In the next version of Xcode we provide a target template for
building a resource file.
Scott
On Oct 17, 2005, at 12:00 PM, Philippe Casgrain wrote:
My app needs a stand-alone resource file (it contains all of its
dialogs). In CW, I had a target that only did a "Merge" and Rez-ed
my .r
files, allowing me to set filetype, creator and location.
In Xcode, the only way I have found to do that is to have a Script
Build
Phase, which calls /Developer/Tools/Rez on my .r files. It works,
but I
feel it could be better: I would like a GUI to set my #include paths,
for instance. Or the filetype/creator.
Can I create a project (.xcodeproj) or use a Makefile to build my
resource file? I could not find anything that would have, as its
output,
a resource file. Shell tools, applications, OK but no stand-alone
resource file...
Thanks,
Philippe
_______________________________________________
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