summaryrefslogtreecommitdiff
path: root/make-macosx.sh
AgeCommit message (Collapse)Author
2014-06-17Remove 5 unused variables from make-macosx scriptsZack Middleton
2014-06-17Another 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-17bug 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.
2013-03-22Ditch 'historical compatibility' and use 'logic' insteadTim Angus
2013-02-16Fixed build for mac (s/rend2/opengl2/)Zachary Slater
2013-02-16Fix some SMP bits I missedTim Angus
2013-01-12Fixed a typo in a comment.Ryan C. Gordon
2013-01-12Fixed a small bug in my new version of this script.Richard Allen
2013-01-12Lets list all the valid options.Zachary Slater
2013-01-12Have make-macosx.sh require the user to specify which architecture she/he ↵Richard Allen
wants to build for and suggest building UB's if the user is unaware of what architectures are
2013-01-12More fixes to the macosx buildsystem. This removes the SDL Framework and ↵Richard Allen
makes use of a SDL library that is position independant. This also brings back PPC builds into the UB and also as a standa alone build choice.
2013-01-12Changed the MacOS-X build system to make UB's containing i386 and x86_64 ↵Richard Allen
arches and made make-macosx.sh not build UB's but only standard binaries
2013-01-12- Include Rend2 renderer in MacOSX bundle - Include OpenGL1 and Rend2 ↵Zack Middleton
renderers in MacOSX UB
2013-01-12specifying gcc to see if that fixes the mac build...Zachary Slater
2013-01-12Fixed that, still do not run this. I'm not sure why but the video mode ↵Zachary Slater
handling doesn't work today in Mac OS X 10.7 and recovering is difficult.
2013-01-12I made an awful variant of the old make script, it removes everything ↵Zachary Slater
universal. Just to get a quick .app build again. Don't use this for anything.