Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | Fix checking if MP dylibs exist in make-macosx-app.sh | Zack Middleton | |
2014-06-17 | Fix creating symlinks in make-macosx-app.sh | Zack Middleton | |
Create symlink if arch name is found anywhere in info printed by file command, not only if arch name is the last word. | |||
2014-06-17 | Fix make-macosx-app.sh to make bundle on non-Mac OS X platforms | jeremiah sypult | |
2014-06-17 | Another pass at the Mac OS X make scripts. | jeremiah sypult | |
Ironed out issues with generating an application bundle with universal binaries on supported systems. Fall back to bundling a single architecture when support for universal binary generation is not available. Tested on Mac OS X 10.5.8 (and 10.5 SDK). | |||
2014-06-17 | make-macosx-app.sh doesn't trust the output of 'which', so check for a ↵ | jeremiah sypult | |
hard-coded path | |||
2014-06-17 | make-macosx-app.sh supports systems without libtool, part 2 | jeremiah sypult | |
2014-06-17 | make-macosx-app.sh supports systems without libtool | jeremiah sypult | |
2014-06-17 | Updated Makefile to only build release OS X app bundles | jeremiah sypult | |
2014-06-17 | make-macosx-app.sh should use /bin/bash and not /bin/sh | jeremiah sypult | |
2014-06-17 | make-macosx-app.sh using single '=' comparisons | jeremiah sypult | |
2014-06-17 | fix bug in make-macosx-app.sh with older shells | jeremiah sypult | |
2014-06-17 | bug 5986 - Configure jenkins to spit out mac .app ↵ | jeremiah sypult | |
https://bugzilla.icculus.org/show_bug.cgi?id=5986 Created make-macosx-app.sh to handle manually creating an app bundle from other scripts. Updated make-macosx.sh to create bundle with make-macosx-app.sh (TODO: make-macosx-ub.sh support). Updated Makefile to create bundle with make-macosx-app.sh and zip up the resulting ioquake3.app if ARCHIVE is defined. |