Some Lua stuff now use precompiled header.

Note: Add #include line manually if glue/*.cpp files are generated automatically by using tolua++.
This commit is contained in:
spx 2011-01-28 11:22:24 +00:00
parent 6445e42cf6
commit bf53fefc8d
8 changed files with 28 additions and 1 deletions

View File

@ -2576,6 +2576,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2616,6 +2618,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2656,6 +2660,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2696,6 +2702,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2736,6 +2744,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2776,6 +2786,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
@ -2816,6 +2828,8 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/wd4800" AdditionalOptions="/wd4800"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="../../StdAfx.h"
/> />
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13. ** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 01/19/11 04:59:42. ** Generated automatically by tolua++-1.0.92 on 01/19/11 04:59:42.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13. ** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 11/23/10 03:16:44. ** Generated automatically by tolua++-1.0.92 on 11/23/10 03:16:44.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 11/27/10 18:13:41. ** Generated automatically by tolua++-1.0.92 on 11/27/10 18:13:41.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,6 +3,8 @@
** Generated automatically by tolua++-1.0.92 on 11/23/10 01:56:47. ** Generated automatically by tolua++-1.0.92 on 11/23/10 01:56:47.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif

View File

@ -3,10 +3,11 @@
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13. ** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
*/ */
#include "../../StdAfx.h"
#ifndef __cplusplus #ifndef __cplusplus
#include "stdlib.h" #include "stdlib.h"
#endif #endif
#include "string.h" #include "string.h"
#include "tolua++.h" #include "tolua++.h"