Re: XCode ObjC preprocessing plug in?
Re: XCode ObjC preprocessing plug in?
- Subject: Re: XCode ObjC preprocessing plug in?
- From: Sherm Pendley <email@hidden>
- Date: Mon, 12 Apr 2004 00:09:26 -0400
On Apr 11, 2004, at 6:38 AM, Pandaa wrote:
I would like to make some handy extensions to the ObjC language and
I'm wondering if it's possible to write an XCode plug-in that does
some extra preprocessing to implement my slightly extended ObjC
language.
If you select your build target and "Get Info" on it, you'll see a
"Rules" pane. I haven't used that and a quick dig through the Xcode
help and Apple's reference site didn't turn anything up.
But, it looks promising - you can apparently specify a pattern for
filenames, a script to build them with, and the output extension for
the file the script will produce. So you could, in theory, specify a
pattern of *.mpp for your files, have it run your pre-processor script,
and tell it your script produces *.m files as a result.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.