News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compile my program to Universal Binary on Leopard

Started by tyllrxs, May 29, 2008, 01:43:12 PM

Previous topic - Next topic

tyllrxs

I worked on Mac OS X Leopard and developed a small program by CodeBlocks.
But unexpectly it's Intel only, what is the way if I wanna make it a Universal Binary, which works on both PPC and Intel?
Thanks.   

afb

The compiler/linker flags to use are: -arch ppc -arch i386