compiling: how to select target platform ?

Archives Forums/MacOS X Discussion/compiling: how to select target platform ?

Manromen(Posted 2008) [#1]
Greetings,

If i develop programs with Xcode i can select to wich platform (intel, ppc) i want to compile to. So i can compile intel and ppc applications (i have an intel mac).

How to select the target platform at BlitzMax ?

Regards,
Manromen


Winni(Posted 2008) [#2]
With BlitzMax, you can't. You have to have both a PowerPC -and- an Intel Mac and compile each version respectively. There are more guidelines about this and how to create a Universal Binary somewhere in this Forum.