Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.

This commit is contained in:
Robert Beckebans 2012-12-22 16:18:19 +01:00
parent 865ee792c0
commit dd9b8a8710
369 changed files with 508 additions and 397 deletions

View file

@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms
===========================================================================
*/
#pragma hdrstop
#include "../idlib/precompiled.h"
#include "precompiled.h"
idCVar swf_debugShowAddress( "swf_debugShowAddress", "0", CVAR_BOOL, "shows addresses along with object types when they are serialized" );