Re: [fpc-pascal] building universal binary

2009-02-03 Thread Jonas Maebe
On 03 Feb 2009, at 20:21, Ken G. Brown wrote: Have a Pascal program calling some C code from a static library I build in a separate project so I can use the debugger. You can also build it in a separate target of the same project and then change the target-specific flags for that C library

[fpc-pascal] building universal binary

2009-02-03 Thread Ken G. Brown
Mac OS X 10.5.6, fpc 2.2.2, Xcode 3.1.2 Have a Pascal program calling some C code from a static library I build in a separate project so I can use the debugger. I've set Xcode to use gcc 4.0 targeting 10.4 for intel, and gcc 3.3 targetting 10.3.9 for PowerPC in both projects. So far I am basic