Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tyllrxs on May 29, 2008, 01:43:12 PM

Title: Compile my program to Universal Binary on Leopard
Post by: tyllrxs on May 29, 2008, 01:43:12 PM
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.   
Title: Re: Compile my program to Universal Binary on Leopard
Post by: afb on June 02, 2008, 10:10:05 PM
The compiler/linker flags to use are: -arch ppc -arch i386