summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2016-04-07Add support for Aarch64 (ARM64)Martin Michlmayr
2016-04-07Sort tr_image_*.c filenames in MakefileZack Middleton
2016-04-07added mingw64 (msys2) platform supportZsoltM
2016-04-07Add mingw prefix for cygwin32 and mingw32Brenton Bostick
2016-04-07Add support for the GNU/Hurd architectureSvante Signell
2015-06-07use osxcross compilersTim Angus
2015-06-07clang gets upset by some of these compiler options (and they're probably pret...Tim Angus
2015-06-07Use pkg-config for a system libjpeg if available: libjpeg-turbo has itSimon McVittie
2015-03-17Fix compiling lcc using mingw under cygwinZack Middleton
2014-08-28Bullshit change to test jenkins configurationTim Angus
2014-08-28Add SDL libraries to the buildsTim Angus
2014-08-28Fix OSX buildTim Angus
2014-08-28Don't use -mwindows with Clang on Windowshairball
2014-08-28Allow user override of cURL, OpenAL, and SDL libs/cflagsZack Middleton
2014-08-28Fix compiling on Linux MintMAN-AT-ARMS
2014-08-28Allow overriding external opus libs/cflags in MakefileZack Middleton
2014-08-28Fix up vorbis handling in MakefileZack Middleton
2014-08-28Fix fast-math optimize flag for MinGW x86_64 buildZack Middleton
2014-08-28Update SDL2 to 2.0.2MAN-AT-ARMS
2014-08-28More updates to SDL2 libs from MAN-AT-ARMSTim Angus
2014-08-28Find Speex via user override, pkg-config or default search pathSimon McVittie
2014-08-28Look for system Vorbis, Opus and Ogg via pkg-configSimon McVittie
2014-08-28Find system zlib via user override, pkg-config or in standard locationsSimon McVittie
2014-08-28Allow system libjpeg to be in a non-standard locationSimon McVittie
2014-08-28Allow OpenAL to be in a non-standard location on all platformsSimon McVittie
2014-08-28Allow libcurl to be in a non-standard location on all platformsSimon McVittie
2014-08-28Centralize checks for Freetype, with a user overrideSimon McVittie
2014-08-28Add USE_INTERNAL_LIBS, a default for USE_INTERNAL_*Simon McVittie
2014-08-28Update bundled SDL headers/libsTim Angus
2014-08-28Use SDL 2 instead of SDL 1.2Tim Angus
2014-06-17Remove -falign-loops and -falign-jumps from MakefileZack Middleton
2014-06-17Update SDL 1.2.15 to Revision 8040MAN-AT-ARMS
2014-06-17Remove unnecessary NEED_VORBIS since you have USE_CODEC_VORBIShairball
2014-06-17Add vorbis 1.3.4 build supporthairball
2014-06-17When cross compiling on mingw32, make sure it finds a CChairball
2014-06-17Upgrade libogg 1.3.0 to 1.3.1hairball
2014-06-17Upgrade opusfile 0.2 to 0.5hairball
2014-06-17Upgrade opus 1.0.2 -> 1.1hairball
2014-06-17Makefile builds fall back to traditional archiving when Mac OS X application ...jeremiah sypult
2014-06-17Updated Makefile to only build release OS X app bundlesjeremiah sypult
2014-06-17bug 5986 - Configure jenkins to spit out mac .app https://bugzilla.icculus.or...jeremiah sypult
2013-07-17ui_shared.c needs to be compiled separately for the cgame modulemorturp
2013-05-31sync the OpenBSD cflags with LinuxJonathan Gray
2013-05-31correct the linked libs on OpenBSDJonathan Gray
2013-05-03Fix typo preventing OSX native compilesTim Angus
2013-05-03Fix OSX app/ub scriptsTim Angus
2013-03-27Add option to create archive of build productTim Angus
2013-03-27Make the build summary more prettyTim Angus
2013-03-27Fix 'make -jX clean release'Tim Angus
2013-03-25Cross compiling for OS XTim Angus