mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-01 17:22:34 +00:00
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
This commit is contained in:
parent
865ee792c0
commit
dd9b8a8710
369 changed files with 508 additions and 397 deletions
|
@ -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_debug( "swf_debug", "0", CVAR_INTEGER | CVAR_ARCHIVE, "debug swf scripts. 1 shows traces/errors. 2 also shows warnings. 3 also shows disassembly. 4 shows parameters in the disassembly." );
|
||||
idCVar swf_debugInvoke( "swf_debugInvoke", "0", CVAR_INTEGER, "debug swf functions being called from game." );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue