Fixes for winX_sdl builds.
Disable -ffast-math in release builds, as it was causing problems. Added a build config that disables a number of things that might trigger antivirus FALSE-positives (including all http+tcp support, process forking, tls/crypto), for use in SDL builds where any further system interactions is deferred to SDL. For crippled builds. Made the output of the version command more verbose to reflect networking features. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5485 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8197e0875f
commit
af48d07bc5
7 changed files with 71 additions and 15 deletions
|
@ -1896,7 +1896,7 @@ qboolean R_BuildRenderstate(rendererstate_t *newr, char *rendererstring)
|
|||
newr->stereo = (r_stereo_method.ival == 1);
|
||||
newr->srgb = vid_srgb.ival;
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(FTE_SDL)
|
||||
if (newr->bpp && newr->bpp < 24)
|
||||
{
|
||||
extern int qwinvermaj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue