Re: xcode 2.1 Platform type in rsrc
Re: xcode 2.1 Platform type in rsrc
- Subject: Re: xcode 2.1 Platform type in rsrc
- From: Olivier Tristan <email@hidden>
- Date: Wed, 08 Jun 2005 16:44:48 +0200
Doug Wyatt wrote:
The Xcode 2.1 AUResources.r contains:
#if !defined(TARGET_REZ_MAC_PPC)
#define TARGET_REZ_MAC_PPC 1
#endif
#if !defined(TARGET_REZ_MAC_X86)
#define TARGET_REZ_MAC_X86 1
#endif
I don't know why this wouldn't be working as expected, but you could
try adding
-d TARGET_REZ_MAC_PPC=1
to your target's Other Rez Flags (OTHER_REZFLAGS).
Indeed, but I would really appreciate to know who declares
TARGET_REZ_MAC_PPC= 0 .
Is there any possiblity to know where it has been already defined ?
Thanks,
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden