From 9667a7b21f5a26cdba9ca140c589ee55eb9361ba Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 21 Apr 2013 14:15:39 -0700 Subject: [PATCH] Build Lua as C Linux distros nearly always package Lua built as C, so build it as C on Windows as well to cut down on needless differences. --- aegisub/build/lua51/lua51.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aegisub/build/lua51/lua51.vcxproj b/aegisub/build/lua51/lua51.vcxproj index e3b1a7caa..68dbf05e3 100644 --- a/aegisub/build/lua51/lua51.vcxproj +++ b/aegisub/build/lua51/lua51.vcxproj @@ -4,6 +4,7 @@ {5391A8B1-9C70-4DC4-92AD-D3E34C6B803F} lua51 + lib @@ -12,14 +13,14 @@ + LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - CompileAsCpp - +