• 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
How DO I set up rez defines?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How DO I set up rez defines?


  • Subject: How DO I set up rez defines?
  • From: jason rusoff <email@hidden>
  • Date: Thu, 11 Mar 2004 11:32:08 -0800

I tried all the obvious stuff, even reading the man page (!), but I
still don't seem able to define __UNIX__ in my .r files. What exactly
should I enter in the Rez Preprocessor Defines to define a symbol? I
tried __UNIX__, I tried -d __UNIX__=1, and nothing seems to get it set.
I'm trying to define UNIX for the following snippet in a .r file


#ifdef __UNIX__
   #include <Carbon.r>
#else
   #include <Types.r>
   #if UNIVERSAL_INTERFACES_VERSION > 0x320
     #include <ControlDefinitions.r>
   #endif
#endif

What exactly should I type in to define the symbol?
Thanks,
Jason
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: xcode crashes
  • Next by Date: Re: Deployment build questions
  • Previous by thread: xcode crashes
  • Next by thread: Are xcode Rez Preprocessor defines broken?
  • Index(es):
    • Date
    • Thread