aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/Makefile
Commit message (Expand)AuthorAgeFilesLines
* * Move code/unix/Makefile to ./Makefiletma2006-01-151-1681/+0
* * Use a slightly different method for generating qvm dependencies to avoidtma2006-01-061-4/+2
* make memory for generated opcodes executable so the program works withludwig2006-01-061-7/+0
* * Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled bytma2006-01-061-0/+30
* * Somebody fedex me a Mac and an x86_64 PC please?tma2006-01-061-9/+17
* * Fix to x86_64 buildtma2006-01-051-12/+8
* * Dependency generation for the .asm filestma2006-01-051-1/+12
* * Fix the MinGW and (hopefully) OS X buildstma2006-01-041-18/+22
* * Solaris fixestma2006-01-041-3/+5
* * AVI video outputtma2006-01-041-0/+2
* cleanup:ludwig2005-12-301-324/+73
* * Support for MinGW cross compilationtma2005-12-291-43/+69
* * NetBSD support patch from optical (alex@rigbo.se)tma2005-12-271-0/+42
* enable x86_64 vmludwig2005-12-181-2/+2
* I can't be trusted!floam2005-12-131-4/+4
* Thanks Jamie Wilkinsonfloam2005-12-121-3/+3
* Try different wayfloam2005-12-121-1/+2
* Tabsfloam2005-12-121-1/+1
* Don't install q3ded binary on ming32, it doesn't existfloam2005-12-121-2/+3
* * Solaris patch from Vincent S. Cojottma2005-12-061-9/+10
* Disabled PowerPC VM.icculus2005-12-061-1/+2
* Removed -fomit-frame-pointer from Mac OS X builds. Someone should icculus2005-12-041-1/+1
* * Updated AL headerstma2005-12-011-0/+8
* First shot at SMP renderer with sdl_glimp. Does not work yet!icculus2005-11-281-2/+15
* files to create a loki-setup based installer. run "make installer"ludwig2005-11-271-0/+4
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-261-21/+12
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-261-15/+177
* * ...tma2005-11-151-4/+4
* * Don't link OpenAL against q3dedtma2005-11-151-10/+10
* * Unbreak the MinGW build more...tma2005-11-131-1/+1
* * Unbreak the MinGW buildtma2005-11-131-7/+0
* link against libopenal by default rather than dlopening itludwig2005-11-131-0/+18
* * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>tma2005-11-131-0/+27
* - add -Wimplicit -Wstrict-prototypes CFLAGS againludwig2005-11-111-4/+4
* * Makefile target dependancy fixtma2005-11-071-4/+4
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-061-26/+18
* * Enable use of asm on Solaris-x86tma2005-11-051-1/+1
* * Patch from vapier that aids packagingtma2005-11-051-5/+31
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-041-2/+4
* * Juggled CFLAGS a bit so that -fno-strict-aliasing is always ontma2005-11-031-17/+15
* * Split off q_platform.h from q_shared.htma2005-11-011-1/+1
* * More Solaris worktma2005-11-011-3/+3
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-311-35/+37
* * Applied https://bugzilla.icculus.org/show_bug.cgi?id=2464tma2005-10-301-10/+5
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-291-6/+151
* add HAVE_VM_COMPILED variable so one can override it in Makefile.localludwig2005-10-291-6/+8
* * In hindsight this is probably wise tootma2005-10-291-0/+6
* * Deleted code/unix/vm_x86.c - wtf was that about anyway?tma2005-10-291-40/+10
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-271-1/+12
* * Moved various source files from their mod sdk locations to places moretma2005-10-261-19/+35