mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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:
parent
6445e42cf6
commit
bf53fefc8d
@ -2576,6 +2576,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2616,6 +2618,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2656,6 +2660,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2696,6 +2702,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2736,6 +2744,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2776,6 +2786,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -2816,6 +2828,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/wd4800"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="../../StdAfx.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 01/19/11 04:59:42.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/23/10 03:16:44.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/27/10 18:13:41.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,6 +3,8 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/23/10 01:56:47.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
@ -3,10 +3,11 @@
|
||||
** Generated automatically by tolua++-1.0.92 on 11/22/10 21:20:13.
|
||||
*/
|
||||
|
||||
#include "../../StdAfx.h"
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
||||
#include "string.h"
|
||||
|
||||
#include "tolua++.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user