From 83f3abea822b26b8c769d7c9806688744e770fed Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 3 Nov 2015 04:49:08 +0300 Subject: [PATCH] lubLuaBind.lib and liblua.lib are should be rebuilt MSVC2015 returns link error "_MSC_VER": value "1800" is not equal to "1900" in ...obj --- LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp | 1 + LunaDll/LunaDll.vcxproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp b/LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp index 25e7efbd9..7e324a3c3 100644 --- a/LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp +++ b/LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp @@ -1,6 +1,7 @@ #include "../LuaProxy.h" #include +#include LuaProxy::Console::Console() : m_isDefaultConsole(true) {} diff --git a/LunaDll/LunaDll.vcxproj b/LunaDll/LunaDll.vcxproj index 4eff083cc..6f280e8c2 100644 --- a/LunaDll/LunaDll.vcxproj +++ b/LunaDll/LunaDll.vcxproj @@ -18,7 +18,7 @@ {8D1C2797-8D37-4EA9-BCD9-F3262F89B66C} Win32Proj LunaDll - 8.1 + 7