aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Don't define ELF, use __ELF__ insteadludwig2007-11-061-1/+1
* * Move TOOLS_OPTIMIZEtma2007-11-021-1/+1
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-021-2/+11
* introduce TOOLS_OPTIMIZE to be able to override compiler flags used forludwig2007-10-231-1/+6
* * Fix to qvm compilation on big endian architecturestma2007-10-131-4/+4
* * OpenBSD support (Toni Spets <toni.spets@gmail.com>)tma2007-10-121-0/+58
* actually build 64bit binaries on ppc64ludwig2007-10-121-0/+5
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-221-23/+29
* * Split off DEPEND_CFLAGS so -MMD isn't used when doing library checkstma2007-09-141-3/+7
* * Remove -Werror from TOOLS_CFLAGStma2007-09-131-1/+1
* * Improve Makefile startup timetma2007-09-121-59/+185
* * Revert to 1172tma2007-09-101-13/+3
* Forget about SDL_DIR, remove versioncheck on sunos until I can fix it.coyote2007-09-101-2/+2
* Minor changes for SunOS...coyote2007-09-101-2/+12
* * Adds preliminary support for win32 dedicated server console.tjw2007-09-071-2/+2
* * Seems some shells *cough*dash*cough* have a broken built-in "echo"tma2007-09-061-4/+5
* * Build dedicated server binary on Windowstma2007-09-061-6/+16
* * Compile time and runtime checks for SDL >= 1.2.7tma2007-09-061-12/+27
* restore previous versioning scheme for svn snapshots. This scheme isludwig2007-09-061-1/+1
* * Merge unified-sdl to trunktma2007-09-051-122/+79
* * Merge win_net.c and unix_net.ctma2007-08-281-3/+3
* make V=1 shows gcc command lineludwig2007-08-271-56/+67
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-231-0/+1
* new x86_64 vm that doesn't use gasludwig2007-08-161-2/+2
* * (bug 3268) Replace Mac OS X Carbon API calls with native ones (thankstjw2007-07-201-3/+0
* Add specific CC for SunOScoyote2007-07-171-0/+1
* * Generate QVM dependicies in a (much) better waytma2007-07-161-36/+67
* * Fix parallel buildtma2007-07-161-23/+37
* * Make make make less noisetma2007-07-151-45/+70
* * Replace horrendously long list of build rules with set of inference rulestma2007-07-141-310/+89
* OS X mouse hack, must remove when SDL adds it internally.zakk2007-07-091-1/+1
* * Remove silly MINGW_CFLAGS hacktma2007-06-021-4/+3
* * Assumptions are already made that the compiler used is GCC, so it seems sillytma2007-06-021-15/+1
* Changes for SunOS: grep -q doesn't work on SunOS and GNU make on SunOS define...coyote2007-05-301-2/+9
* * Fix dependency generation when GCC is invoked using just "cc"tma2007-05-291-1/+2
* * Allow CC to be overridden externally to the Makefiletma2007-05-291-11/+7
* use ioquake3 instead of quake3 for tar file in dist targetludwig2007-01-231-4/+4
* Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for ...coyote2006-11-301-10/+11
* * Mac OS X ppc version needs to be compiled with an -O flag (-O3 is used)tjw2006-09-241-1/+1
* * Mac OS X compiler optimization flag -O3 (or any -O flag) generate brokentjw2006-09-231-2/+2
* * (bug 2813) ioquake3 on win32 is no longer linked to SHFolder.dll. insteadtjw2006-09-201-1/+1
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-0/+51
* * fixed Mac OS X cross compiling from a ppc hosttjw2006-08-311-3/+4
* * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated servertjw2006-08-261-1/+1
* * Print the SVN version string in Com_Init()tjw2006-08-251-0/+6
* * Add SVN version string to client console (clean up last commit)tjw2006-08-221-4/+5
* * Add SVN version to the version string displayed in the client consoletjw2006-08-221-3/+15
* * qvm files no longer installed by "make copyfiles"tma2006-08-131-11/+0
* bug 2723tjw2006-08-021-3/+3
* bug 2723tjw2006-08-021-46/+87