Thilo Schulz
cd38bf6bf5
Rework CFLAGS: separate CFLAGS for client, server, and VMs. ( #3533 )
2009-11-08 17:04:30 +00:00
Thilo Schulz
c90eae4de5
Make debug cflags configurable like via Makefile.local
2009-11-03 19:23:51 +00:00
Tim Angus
83d0755ad1
* Whitespace
2009-10-28 22:12:56 +00:00
Ludwig Nussel
2fecf6d6bc
get rid of gas remains
2009-10-26 21:59:03 +00:00
Ludwig Nussel
2fc4023e0b
fix zlib includes
2009-10-24 14:19:39 +00:00
Ludwig Nussel
55943c51f3
-lz must be specified after object files using it
...
If it's specified first newer gcc resp the --as-needed option
doesn't work.
2009-10-23 12:57:45 +00:00
Thilo Schulz
cc919c05fd
Just unix2dos, nothing to see here ...
2009-10-19 14:00:16 +00:00
Tim Angus
5dfed62006
* Reverted fix for #3533
2009-10-17 23:40:10 +00:00
Tim Angus
9e80310d44
* (bug #3533 ) -ffast-math is apparently problematic on OSX
2009-10-17 23:29:54 +00:00
Tim Angus
ab4bf148a1
* Quieten pkg-config and sdl-config tests down, portably
2009-10-15 13:11:49 +00:00
Tim Angus
1da457889e
* Fix cross compilation
2009-10-14 00:16:17 +00:00
Tim Angus
2fd7ffe754
* Unquieten [pkg|sdl]-config for the time being
2009-10-13 16:33:54 +00:00
Thilo Schulz
290f51e353
- Change default openal lib to libopenal.so.1
...
- USE_OPENAL_DLOPEN=1 now default
2009-10-13 15:39:39 +00:00
Tim Angus
4ad2955cab
* Make the MinGW build explicitly use gcc
...
* Quieten pkg-config and sdl-config tests down
* Improve speed of dependency processing, particularly on MinGW
2009-10-13 15:22:43 +00:00
Thilo Schulz
93aedb5bbf
fix comment
2009-10-08 22:29:55 +00:00
Thilo Schulz
40c773d80e
Don't set SDL variables if we don't build the client -> removes error messages when building on a server without SDL installed.
2009-10-08 19:21:42 +00:00
Tim Angus
f89092fda6
* Revert r1624 and r1626-r1628
2009-09-15 09:48:11 +00:00
Ryan C. Gordon
ec4ab19090
FreeBSD Makefile updates.
...
Fixes Bugzilla #4271 .
2009-09-15 06:49:18 +00:00
Ryan C. Gordon
f8604a64f4
Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.
...
Fixes Bugzilla #3654 .
2009-09-15 05:38:27 +00:00
Ryan C. Gordon
e2d63b1fea
Enable -fvisibility=hidden on Linux.
...
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.
2009-09-15 02:48:17 +00:00
Ryan C. Gordon
592062c548
Make TOOLS_CFLAGS more easily customisable in the Makefile.
...
Fixes Bugzilla #4155 .
2009-09-15 01:36:17 +00:00
Ryan C. Gordon
2f0abce691
Makefile: Allow overriding options for different setups, OpenBSD fixes.
...
Fixes Bugzilla #3955 .
2009-09-14 23:49:20 +00:00
Zachary Slater
ca91bb1ab5
Patch from kevlarman for fixing external speex compile
2009-08-02 02:21:23 +00:00
Ludwig Nussel
161dc2ddf5
fall back to sdl-config if SDL_CFLAGS are empty
...
works around buggy Solaris installations where pkg-config is
installed but can't find the SDL config file
2009-05-05 18:19:34 +00:00
Ludwig Nussel
b8097554ac
set SDL CFLAGS and LIBS at central place
2009-05-03 18:49:48 +00:00
Ludwig Nussel
94bc49653d
increase version in trunk
2009-04-13 20:20:05 +00:00
Ludwig Nussel
2864898147
Makefile: Enable new sparc JIT on Linux.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-02 17:29:46 +00:00
Ludwig Nussel
913e81522c
Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-02 17:29:26 +00:00
Ludwig Nussel
a1f9885664
fix build with newer git installations
2009-01-13 07:57:01 +00:00
Ludwig Nussel
057e7edf18
use -fno-strict-aliasing again. code is just not ready yet.
2008-11-12 13:40:04 +00:00
Ludwig Nussel
1828da63de
fix empty loops causing build failures in mingw
...
Patch by Przemysław Iskra (#3813 )
2008-11-10 09:47:02 +00:00
Ludwig Nussel
b546e4712d
enable new powerpc vm
...
Patch by Przemysław Iskra (#3796 )
2008-11-10 09:46:41 +00:00
Ludwig Nussel
c754d6fdfb
fix strict aliasing issues
...
Patch by Przemysław Iskra (#3805 )
2008-11-03 17:03:54 +00:00
Ludwig Nussel
e1983208f0
libraries do not belong to LDFLAGS.
...
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 )
2008-11-02 17:32:21 +00:00
Ludwig Nussel
c3a8156cb6
x86_64_assembler should use separate object file for dedicated server
...
patch by Przemysław Iskra
2008-11-02 17:32:18 +00:00
Tim Angus
b555d68b3f
* (bug #3729 ) server dependencies on client.h (Ben Millwood)
...
* (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__
2008-08-22 22:47:26 +00:00
Tim Angus
953200cafc
* Update to jpeg-6b (only a decade old)
2008-08-21 23:29:09 +00:00
Tim Angus
9705664d2c
* Alpha sort the jpeg file list in the Makefile, just because
2008-08-19 10:03:14 +00:00
Tim Angus
7edcc7d16a
* Use IPv6 header qcommon/wspiapi.h if it has been added by the end user
...
* Update README to explain the Windows XP requirement
2008-08-09 19:12:30 +00:00
Tim Angus
1b87aff448
* Elaborate on the reasons for requiring Windows XP
2008-08-04 11:34:04 +00:00
Ludwig Nussel
2ed334b2be
fix build without VOIP (David Severwright, bug#3720)
2008-07-16 07:15:09 +00:00
Ludwig Nussel
5208bf8273
also define proper version when using git-svn
2008-07-16 07:14:55 +00:00
Tim Angus
956ce9bf12
* (bug 3692) Makefile infinitely recurses if no targets are defined
2008-07-05 22:34:23 +00:00
Ludwig Nussel
5513fa3d75
fix the build on openbsd (Ian Lindsay)
2008-06-20 07:08:40 +00:00
Ludwig Nussel
35e2091c90
allow linking against an external speex library
2008-06-05 08:55:08 +00:00
Ryan C. Gordon
b9a9727689
Allow USE_LOCAL_HEADERS to work with SDL on Linux builds.
...
Otherwise, cross-compiling doesn't work.
2008-06-04 05:28:54 +00:00
Ludwig Nussel
b8d3888f31
move voip cflags definition to platform independent place
2008-06-02 12:12:00 +00:00
Ryan C. Gordon
d43ecc9909
Fixed non-VoIP builds.
2008-06-02 06:46:41 +00:00
Ryan C. Gordon
7b4a796e44
Added libspeex to revision control, and updated Makefile to use it.
2008-06-01 18:53:28 +00:00
Ryan C. Gordon
12326a9eac
Initial patch for in-game VoIP support!
2008-06-01 07:51:23 +00:00