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: Doug Wyatt <email@hidden>
- Date: Wed, 8 Jun 2005 07:37:52 -0700
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).
hth,
Doug
On Jun 8, 2005, at 5:56, Olivier Tristan wrote:
Olivier Tristan wrote:
Hi,
I have move to xcode 2.1 and since my AU plugin are no more seen
by the system.
I've figured what the problem is but I don't have a clue where I
could do the modification.
When generating my rsrc file, Xcode 2.1 put the Platform Type to 6
where my old AU was 2 (PowerPC)
If I do this modification using resorcerer, the system see my
plugin again.
Any idea which xcode 2.1 flags it could be ?
Thanks,
More on the subject
It seems that TARGET_REZ_MAC_PPC is defined to 0 for an unknown
reason.
--
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:
40apple.com
This email sent to email@hidden
_______________________________________________
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