aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* get rid of gas remainsludwig2009-10-261-1/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1710 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix zlib includesludwig2009-10-241-0/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1702 edf5b092-35ff-0310-97b2-ce42778d08ea
* -lz must be specified after object files using itludwig2009-10-231-1/+1
| | | | | | | If it's specified first newer gcc resp the --as-needed option doesn't work. git-svn-id: svn://svn.icculus.org/quake3/trunk@1696 edf5b092-35ff-0310-97b2-ce42778d08ea
* Just unix2dos, nothing to see here ...thilo2009-10-191-0/+38
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Reverted fix for #3533tma2009-10-171-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1678 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug #3533) -ffast-math is apparently problematic on OSXtma2009-10-171-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1677 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Quieten pkg-config and sdl-config tests down, portablytma2009-10-151-3/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1669 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix cross compilationtma2009-10-141-1/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1667 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Unquieten [pkg|sdl]-config for the time beingtma2009-10-131-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1666 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Change default openal lib to libopenal.so.1thilo2009-10-131-5/+1
| | | | | | | - USE_OPENAL_DLOPEN=1 now default git-svn-id: svn://svn.icculus.org/quake3/trunk@1664 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Make the MinGW build explicitly use gcctma2009-10-131-12/+19
| | | | | | | * Quieten pkg-config and sdl-config tests down * Improve speed of dependency processing, particularly on MinGW git-svn-id: svn://svn.icculus.org/quake3/trunk@1662 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix commentthilo2009-10-081-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1651 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't set SDL variables if we don't build the client -> removes error ↵thilo2009-10-081-16/+19
| | | | | | messages when building on a server without SDL installed. git-svn-id: svn://svn.icculus.org/quake3/trunk@1648 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Revert r1624 and r1626-r1628tma2009-09-151-51/+9
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1629 edf5b092-35ff-0310-97b2-ce42778d08ea
* FreeBSD Makefile updates.icculus2009-09-151-9/+51
| | | | | | | Fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1628 edf5b092-35ff-0310-97b2-ce42778d08ea
* Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.icculus2009-09-151-0/+17
| | | | | | | Fixes Bugzilla #3654. git-svn-id: svn://svn.icculus.org/quake3/trunk@1616 edf5b092-35ff-0310-97b2-ce42778d08ea
* Enable -fvisibility=hidden on Linux.icculus2009-09-151-1/+1
| | | | | | | | | | | | This will prevent further symbol clashes, and makes the shared libraries 10 to 20 percent smaller. We should enable this on other platforms, too, if we can guarantee they'll use gcc 4.0 or later and the platform supports it. git-svn-id: svn://svn.icculus.org/quake3/trunk@1609 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make TOOLS_CFLAGS more easily customisable in the Makefile.icculus2009-09-151-4/+4
| | | | | | | | Fixes Bugzilla #4155. git-svn-id: svn://svn.icculus.org/quake3/trunk@1606 edf5b092-35ff-0310-97b2-ce42778d08ea
* Makefile: Allow overriding options for different setups, OpenBSD fixes.icculus2009-09-141-34/+61
| | | | | | | Fixes Bugzilla #3955. git-svn-id: svn://svn.icculus.org/quake3/trunk@1599 edf5b092-35ff-0310-97b2-ce42778d08ea
* Patch from kevlarman for fixing external speex compilezakk2009-08-021-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1582 edf5b092-35ff-0310-97b2-ce42778d08ea
* fall back to sdl-config if SDL_CFLAGS are emptyludwig2009-05-051-1/+3
| | | | | | | works around buggy Solaris installations where pkg-config is installed but can't find the SDL config file git-svn-id: svn://svn.icculus.org/quake3/trunk@1540 edf5b092-35ff-0310-97b2-ce42778d08ea
* set SDL CFLAGS and LIBS at central placeludwig2009-05-031-11/+22
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1535 edf5b092-35ff-0310-97b2-ce42778d08ea
* increase version in trunkludwig2009-04-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1525 edf5b092-35ff-0310-97b2-ce42778d08ea
* Makefile: Enable new sparc JIT on Linux.ludwig2009-03-021-0/+7
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1504 edf5b092-35ff-0310-97b2-ce42778d08ea
* Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.ludwig2009-03-021-0/+3
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1500 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix build with newer git installationsludwig2009-01-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1491 edf5b092-35ff-0310-97b2-ce42778d08ea
* use -fno-strict-aliasing again. code is just not ready yet.ludwig2008-11-121-8/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1488 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix empty loops causing build failures in mingwludwig2008-11-101-4/+4
| | | | | | Patch by Przemysław Iskra (#3813) git-svn-id: svn://svn.icculus.org/quake3/trunk@1485 edf5b092-35ff-0310-97b2-ce42778d08ea
* enable new powerpc vmludwig2008-11-101-3/+19
| | | | | | Patch by Przemysław Iskra (#3796) git-svn-id: svn://svn.icculus.org/quake3/trunk@1484 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix strict aliasing issuesludwig2008-11-031-8/+8
| | | | | | Patch by Przemysław Iskra (#3805) git-svn-id: svn://svn.icculus.org/quake3/trunk@1481 edf5b092-35ff-0310-97b2-ce42778d08ea
* libraries do not belong to LDFLAGS.ludwig2008-11-021-58/+64
| | | | | | | | | | Patch creates separate *LIBS variables for libraries, leaving LDFLAGS for real flags, like -shared or --as-needed. Also CFLAGS are used when linking: -m32/-m64 belongs to CFLAGS, not LDFLAGS; linker additionally optimizes output file when -O* is in flags. Patch by Przemysław Iskra (#3813) git-svn-id: svn://svn.icculus.org/quake3/trunk@1477 edf5b092-35ff-0310-97b2-ce42778d08ea
* x86_64_assembler should use separate object file for dedicated serverludwig2008-11-021-1/+1
| | | | | | patch by Przemysław Iskra git-svn-id: svn://svn.icculus.org/quake3/trunk@1476 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-221-2/+13
| | | | | | | | | | | * (bug #3731) BUILD_MISSIONPACK flag in Makefile (Gabriel Schnoering <gabriel.schnoering@gmail.com>) * (bug #3756) Q3VM crashes on unaligned block copy with SIGBUS (Patrick Baggett <baggett.patrick@figglesoftware.com>) and... * (bug #3755) IOQuake3 shouldn't use GCC-specific __FUNCTION__ git-svn-id: svn://svn.icculus.org/quake3/trunk@1456 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update to jpeg-6b (only a decade old)tma2008-08-211-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1452 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Alpha sort the jpeg file list in the Makefile, just becausetma2008-08-191-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1449 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-8/+4
| | | | | | | * Update README to explain the Windows XP requirement git-svn-id: svn://svn.icculus.org/quake3/trunk@1444 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Elaborate on the reasons for requiring Windows XPtma2008-08-041-0/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1437 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix build without VOIP (David Severwright, bug#3720)ludwig2008-07-161-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1427 edf5b092-35ff-0310-97b2-ce42778d08ea
* also define proper version when using git-svnludwig2008-07-161-0/+7
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1425 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug 3692) Makefile infinitely recurses if no targets are definedtma2008-07-051-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1404 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix the build on openbsd (Ian Lindsay)ludwig2008-06-201-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1389 edf5b092-35ff-0310-97b2-ce42778d08ea
* allow linking against an external speex libraryludwig2008-06-051-2/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1369 edf5b092-35ff-0310-97b2-ce42778d08ea
* Allow USE_LOCAL_HEADERS to work with SDL on Linux builds.icculus2008-06-041-0/+4
| | | | | | | Otherwise, cross-compiling doesn't work. git-svn-id: svn://svn.icculus.org/quake3/trunk@1364 edf5b092-35ff-0310-97b2-ce42778d08ea
* move voip cflags definition to platform independent placeludwig2008-06-021-40/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1354 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fixed non-VoIP builds.icculus2008-06-021-41/+45
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1353 edf5b092-35ff-0310-97b2-ce42778d08ea
* Added libspeex to revision control, and updated Makefile to use it.icculus2008-06-011-24/+50
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1352 edf5b092-35ff-0310-97b2-ce42778d08ea
* Initial patch for in-game VoIP support!icculus2008-06-011-0/+41
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1348 edf5b092-35ff-0310-97b2-ce42778d08ea
* mumble link supportludwig2008-05-301-0/+33
| | | | | | | The coordinate calculation was adopted from Warsow's mumble patch. git-svn-id: svn://svn.icculus.org/quake3/trunk@1347 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Workaround for buggy MacOSX getaddrinfo() implementation that doesn't ↵thilo2008-05-171-1/+2
| | | | | | | | | accept AF_UNSPEC parameter in hints structure. Thanks icculus for reporting. - Add -faltivec flag for debug builds. git-svn-id: svn://svn.icculus.org/quake3/trunk@1344 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix a bunch of compile warningstma2008-05-101-10/+12
| | | | | | | | * Only call pkg-config if it exists * Remove cl_consoleHistory from README git-svn-id: svn://svn.icculus.org/quake3/trunk@1342 edf5b092-35ff-0310-97b2-ce42778d08ea