Zack Middleton
3521787c14
Merge branch 'misc/lilium_common' into game/eliteforce
...
Conflicts:
README.md
code/client/cl_main.c
code/qcommon/common.c
code/qcommon/q_shared.h
code/sys/sys_unix.c
2018-03-04 04:04:35 -06:00
Zack Middleton
4c31c90f6c
Add lily icon for macOS and edit app bundle
2018-03-04 03:53:09 -06:00
Zack Middleton
cb7ccbacac
Allow changing the renderer file name prefix
...
This makes it easier for forks to coexist without having issues with
incompatible renderers.
2018-03-04 03:17:31 -06:00
Zack Middleton
2a8bf94de1
Fix 'Invalid architecture' message in make-macosx-app.sh
2015-07-26 21:27:25 -05:00
Zack Middleton
d2846c06ac
Fix checking if MP dylibs exist in make-macosx-app.sh
2013-12-08 15:52:18 -06:00
Zack Middleton
2eaee597c9
Fix creating symlinks in make-macosx-app.sh
...
Create symlink if arch name is found anywhere in info printed by file command, not only if arch name is the last word.
2013-08-03 16:37:28 -05:00
jeremiah sypult
7b9aa77c6b
Fix make-macosx-app.sh to make bundle on non-Mac OS X platforms
2013-07-18 10:49:01 -05:00
jeremiah sypult
b7f5971ab8
Another pass at the Mac OS X make scripts.
...
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).
2013-07-18 10:39:08 -05:00
jeremiah sypult
ea49d5d2da
make-macosx-app.sh doesn't trust the output of 'which', so check for a hard-coded path
2013-07-18 01:28:08 -05:00
jeremiah sypult
ef7031b993
make-macosx-app.sh supports systems without libtool, part 2
2013-07-18 01:14:28 -05:00
jeremiah sypult
fd1e278142
make-macosx-app.sh supports systems without libtool
2013-07-18 01:08:56 -05:00
jeremiah sypult
744651f72f
Updated Makefile to only build release OS X app bundles
2013-07-18 00:47:00 -05:00
jeremiah sypult
95138f456e
make-macosx-app.sh should use /bin/bash and not /bin/sh
2013-07-18 00:35:44 -05:00
jeremiah sypult
2357f595fb
make-macosx-app.sh using single '=' comparisons
2013-07-18 00:28:17 -05:00
jeremiah sypult
0d2a576a43
fix bug in make-macosx-app.sh with older shells
2013-07-18 00:16:38 -05:00
jeremiah sypult
260233d4ec
bug 5986 - Configure jenkins to spit out mac .app
...
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-07-18 00:11:10 -05:00