[swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread daniel fischer
hi all, it would be great if someone with mac-compilation experience could give me a hand in trying to get the release procedure straight. I'd like to produce universal binaries (ppc/intel) for OSX. i have rather little idea how to approach this. i'm using a friend's OSX server running on

[swfmill] prerelease 0.2.11.18 for OSX

2006-08-25 Thread daniel fischer
is finally here: http://swfmill.org/pre/swfmill-0.2.11.18-macosx.tar.gz (PPC only still) -dan -- http://0xDF.com/ http://iterative.org/ ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread erixtekila
it would be great if someone with mac-compilation experience could give me a hand in trying to get the release procedure straight. I'd like to produce universal binaries (ppc/intel) for OSX. i have rather little idea how to approach this. Sorry, I don't have an intel based osx. So I won't

Re: [swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread Steve Webster
On 8/25/06, erixtekila [EMAIL PROTECTED] wrote: it would be great if someone with mac-compilation experience could give me a hand in trying to get the release procedure straight. I'd like to produce universal binaries (ppc/intel) for OSX. i have rather little idea how to approach this.

Re: [swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread Dan Shryock
If I recall correctly, a universal binary isn't actually a single file, it is multiple executable files stored in side of an app bundle under Contents/MacOS/ and then referenced in the Contents/Info.plist. I think the first place to look is at the format of Info.plist for app bundles, that should

Re: [swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread Dan Shryock
Actually it looks like I am wrong, according to this page: http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/universal_binary_compiling/chapter_2_section_7.html#//apple_ref/doc/uid/TP40002217-CH206-240191 you can specify two different arch flags to gcc 4.0 like the

Re: [swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread Steve Webster
Hi Dan, If I recall correctly, a universal binary isn't actually a single file, it is multiple executable files stored in side of an app bundle under Contents/MacOS/ and then referenced in the Contents/Info.plist. I think the first place to look is at the format of Info.plist for app