summaryrefslogtreecommitdiff
path: root/Externals/Lua
diff options
context:
space:
mode:
authorXTra.KrazzY <XTra.KrazzY@gmail.com>2009-11-08 00:15:58 +0000
committerXTra.KrazzY <XTra.KrazzY@gmail.com>2009-11-08 00:15:58 +0000
commitdcb9967e75183a793043494d39eec34168c0cdee (patch)
tree6758ead0b0cc4c14a07457faff8a995c25712178 /Externals/Lua
parentb9794a9533a4ea8ffedf33802bd5feca7f278825 (diff)
Lua is officially supported on Dolphin. (thanks for the linkage fix shuffle2!)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4512 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals/Lua')
-rw-r--r--Externals/Lua/Lua.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/Lua/Lua.vcproj b/Externals/Lua/Lua.vcproj
index ae46465101..0e6ecbe364 100644
--- a/Externals/Lua/Lua.vcproj
+++ b/Externals/Lua/Lua.vcproj
@@ -229,7 +229,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"