• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode ObjC preprocessing plug in?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >XCode ObjC preprocessing plug in? (From: Pandaa <email@hidden>)

  • Prev by Date: Re: Debugging problem
  • Next by Date: Re: One last little leak I just can't plug...
  • Previous by thread: Re: XCode ObjC preprocessing plug in?
  • Next by thread: Sorting a NSOutlineView
  • Index(es):
    • Date
    • Thread