aboutsummaryrefslogtreecommitdiffstats
path: root/make-macosx-ub.sh
Commit message (Collapse)AuthorAgeFilesLines
* * print LDFLAGS summary in the make output after CFLAGS summary (Hobbes)tjw2008-01-031-1/+1
| | | | | | | * Fix typo in make-macosx-ub.sh (Hobbes) git-svn-id: svn://svn.icculus.org/quake3/trunk@1247 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update the Mac OS X build process (again)tjw2008-01-031-68/+132
| | | | | | | | * Allow BUILD_* env vars to be passed to make to build only specific components git-svn-id: svn://svn.icculus.org/quake3/trunk@1246 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix build process on 10.5 and 10.4 sdks for tjw's modificationsthilo2007-12-311-7/+7
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1244 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Improved Mac OS X build support.tjw2007-12-311-15/+66
| | | | | | | | * Dropped support for Mac OS X 10.2 to simplify things. If anyone still needs this version supported let me know. git-svn-id: svn://svn.icculus.org/quake3/trunk@1243 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix building on MacOSX.thilo2007-12-141-10/+22
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1238 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Merge unified-sdl to trunktma2007-09-051-1/+1
| | | | | | | * Bump Q3_VERSION to 1.35 git-svn-id: svn://svn.icculus.org/quake3/trunk@1161 edf5b092-35ff-0310-97b2-ce42778d08ea
* Change suggested by woekele.zakk2007-04-131-1/+1
| | | | | | | s/APPIOQ3/APPLIOQ3/g git-svn-id: svn://svn.icculus.org/quake3/trunk@1066 edf5b092-35ff-0310-97b2-ce42778d08ea
* * make-macosx-ub.sh script now creates an .app bundletjw2006-09-261-12/+55
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@917 edf5b092-35ff-0310-97b2-ce42778d08ea
* bug 2723tjw2006-08-021-8/+8
| | | | | | | * ARCH should be i386 instead of x86 for Mac OS X too git-svn-id: svn://svn.icculus.org/quake3/trunk@831 edf5b092-35ff-0310-97b2-ce42778d08ea
* bug 2723tjw2006-08-021-0/+62
* adds a shell script ./make-macosx-ub.sh that builds Mac OS X Universal Binary * fixes Mac OS X x86 VM crashes (-mstackrealign) * adds current working directory to the search path on Mac OS X to make working with .app bundles easier * various tweaks to make ioquake3 build against the 10.2 SDK * changed default OpenAL .dylib location to the path of the one included with the Framework bundled in 10.4 (for USE_OPENAL_DLOPEN) * updated to a Universal libSDL-1.2.0.dylib git-svn-id: svn://svn.icculus.org/quake3/trunk@830 edf5b092-35ff-0310-97b2-ce42778d08ea