|
From: Alex C. <ac...@no...> - 2006-11-01 01:47:31
|
Anyone out there have an XCode project or some other convenient way to make a universal binary libming on an arbitrary architecture machine? Right now I've grabbed the ming-0.3.0.tar.gz release and compiled it separately on PPC and Intel machines then manually called lipo to produce a universal binary .a, which is rather suboptimal workflow. I'd take a stab at an XCode project myself, but I'm an old school Mac guy who's pretty scared by makefiles at the best of times, and this bison/flex stuff in the actioncompiler folder, I have no idea what I'd do with that. |