aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Just unix2dos, nothing to see here ...thilo2009-10-191-0/+38
* * Reverted fix for #3533tma2009-10-171-1/+1
* * (bug #3533) -ffast-math is apparently problematic on OSXtma2009-10-171-1/+1
* * Quieten pkg-config and sdl-config tests down, portablytma2009-10-151-3/+5
* * Fix cross compilationtma2009-10-141-1/+3
* * Unquieten [pkg|sdl]-config for the time beingtma2009-10-131-2/+2
* - Change default openal lib to libopenal.so.1thilo2009-10-131-5/+1
* * Make the MinGW build explicitly use gcctma2009-10-131-12/+19
* fix commentthilo2009-10-081-1/+1
* Don't set SDL variables if we don't build the client -> removes error message...thilo2009-10-081-16/+19
* * Revert r1624 and r1626-r1628tma2009-09-151-51/+9
* FreeBSD Makefile updates.icculus2009-09-151-9/+51
* Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.icculus2009-09-151-0/+17
* Enable -fvisibility=hidden on Linux.icculus2009-09-151-1/+1
* Make TOOLS_CFLAGS more easily customisable in the Makefile.icculus2009-09-151-4/+4
* Makefile: Allow overriding options for different setups, OpenBSD fixes.icculus2009-09-141-34/+61
* Patch from kevlarman for fixing external speex compilezakk2009-08-021-1/+1
* fall back to sdl-config if SDL_CFLAGS are emptyludwig2009-05-051-1/+3
* set SDL CFLAGS and LIBS at central placeludwig2009-05-031-11/+22
* increase version in trunkludwig2009-04-131-1/+1
* Makefile: Enable new sparc JIT on Linux.ludwig2009-03-021-0/+7
* Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.ludwig2009-03-021-0/+3
* fix build with newer git installationsludwig2009-01-131-1/+1
* use -fno-strict-aliasing again. code is just not ready yet.ludwig2008-11-121-8/+8
* fix empty loops causing build failures in mingwludwig2008-11-101-4/+4
* enable new powerpc vmludwig2008-11-101-3/+19
* fix strict aliasing issuesludwig2008-11-031-8/+8
* libraries do not belong to LDFLAGS.ludwig2008-11-021-58/+64
* x86_64_assembler should use separate object file for dedicated serverludwig2008-11-021-1/+1
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-221-2/+13
* * Update to jpeg-6b (only a decade old)tma2008-08-211-1/+1
* * Alpha sort the jpeg file list in the Makefile, just becausetma2008-08-191-4/+4
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-8/+4
* * Elaborate on the reasons for requiring Windows XPtma2008-08-041-0/+6
* fix build without VOIP (David Severwright, bug#3720)ludwig2008-07-161-0/+2
* also define proper version when using git-svnludwig2008-07-161-0/+7
* * (bug 3692) Makefile infinitely recurses if no targets are definedtma2008-07-051-0/+2
* fix the build on openbsd (Ian Lindsay)ludwig2008-06-201-1/+1
* allow linking against an external speex libraryludwig2008-06-051-2/+11
* Allow USE_LOCAL_HEADERS to work with SDL on Linux builds.icculus2008-06-041-0/+4
* move voip cflags definition to platform independent placeludwig2008-06-021-40/+8
* Fixed non-VoIP builds.icculus2008-06-021-41/+45
* Added libspeex to revision control, and updated Makefile to use it.icculus2008-06-011-24/+50
* Initial patch for in-game VoIP support!icculus2008-06-011-0/+41
* mumble link supportludwig2008-05-301-0/+33
* - Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accep...thilo2008-05-171-1/+2
* * Fix a bunch of compile warningstma2008-05-101-10/+12
* define the product version in the Makefileludwig2008-05-061-20/+9
* mingw32: allow to override cflags and libs for external librariesludwig2008-04-281-16/+40
* - Implement stereo rendering with anaglyph images.thilo2008-04-271-1/+0