diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 16:02:05 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 16:02:05 +0200 |
commit | e65d28484d3467bf34ab1749aca8a3a43d31b7b2 (patch) | |
tree | c2775f35947eaabb8aec23e7a9fd6b217679691e /VC2008/Lua.vcproj | |
parent | Removed the deprecated confusing E_BLOCK_WOOD (diff) | |
download | cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar.gz cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar.bz2 cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar.lz cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar.xz cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.tar.zst cuberite-e65d28484d3467bf34ab1749aca8a3a43d31b7b2.zip |
Diffstat (limited to 'VC2008/Lua.vcproj')
-rw-r--r-- | VC2008/Lua.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj index d3a28748e..0285e2ad3 100644 --- a/VC2008/Lua.vcproj +++ b/VC2008/Lua.vcproj @@ -41,7 +41,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -104,7 +104,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
@@ -166,7 +166,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
|