How DO I set up rez defines?
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.