Skip to content

Commit

Permalink
lubLuaBind.lib and liblua.lib are should be rebuilt
Browse files Browse the repository at this point in the history
MSVC2015 returns link error "_MSC_VER": value "1800" is not equal to "1900" in ...obj
  • Loading branch information
Wohlstand committed Nov 3, 2015
1 parent 558d3b0 commit 83f3abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions LunaDll/LuaMain/LuaProxyComponent/LuaProxyConsole.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "../LuaProxy.h"

#include <iostream>
#include <stdio.h>
LuaProxy::Console::Console() :
m_isDefaultConsole(true)
{}
Expand Down
2 changes: 1 addition & 1 deletion LunaDll/LunaDll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ProjectGuid>{8D1C2797-8D37-4EA9-BCD9-F3262F89B66C}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>LunaDll</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>7</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit 83f3abe

Please sign in to comment.