News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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