From 1c4c31f37a3bc50dcfc4d9a5a1ad7899a22a5f9f Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Sun, 8 Nov 2009 00:28:20 +0000 Subject: [PATCH] minicommit (don't trust VS2008 when you click "save all", it doesn't really work that way with projects) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4513 8ced0084-cf51-0410-be5f-012b33b47a6e --- Externals/Lua/Lua.vcproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Externals/Lua/Lua.vcproj b/Externals/Lua/Lua.vcproj index 0e6ecbe364..fe18e3111d 100644 --- a/Externals/Lua/Lua.vcproj +++ b/Externals/Lua/Lua.vcproj @@ -46,7 +46,7 @@ PreprocessorDefinitions="WIN32;DEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="4" /> @@ -107,7 +107,7 @@ PreprocessorDefinitions="WIN32;DEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="3" /> @@ -167,7 +167,7 @@ Optimization="2" EnableIntrinsicFunctions="true" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" WarningLevel="3" DebugInformationFormat="3"