Re: How to use REZ to create resource combining x86 and x64?
Re: How to use REZ to create resource combining x86 and x64?
- Subject: Re: How to use REZ to create resource combining x86 and x64?
- From: David Duncan <email@hidden>
- Date: Fri, 04 Nov 2011 19:56:34 -0700
On Nov 4, 2011, at 2:58 PM, Vojtěch Meluzín wrote: I want my plugins to be 32-bit and 64-bit in one module. So I'm going to use "lipo" to merge the 2 binaries. But the plugin package also contains the resource file created by "rez". That need a parameter "-isysroot /Developer/SDKs/MacOSX10.5.sdk" specified for example. But the 64-bit version must be compiled with SDK 10.6, right? I mean Leopard wasn't 64-bit. And I still want to maintain compatibility with Leopard for 32-bit version, so I need to 10.5 SDK, so how to do that?? Or can I use 10.5 for both cases?
Unless you are trying to target 64-bit PowerPC, you don't need the 10.5 SDK, just use the 10.6 SDK and set the deployment target for 10.5.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
|
_______________________________________________
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