From 4608beb3c6abca76252aa4b39bfd2e5d7fa87609 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 8 Dec 2013 18:24:56 +0100 Subject: Fixed tolua++ compilation. Duplicate files, wrong includes, const-incorrect code... --- VC2008/MCServer.vcproj | 4 - VC2008/ToLua.vcproj | 10 +- lib/tolua++/include/tolua++.h | 4 +- lib/tolua++/src/lib/tolua_event.h | 2 +- lib/tolua++/src/lib/tolua_map.c | 2 +- src/Bindings/Bindings.cpp | 2 +- src/Bindings/LuaState.cpp | 2 +- src/Bindings/ManualBindings.cpp | 2 +- src/Bindings/PluginLua.cpp | 2 +- src/Bindings/PluginManager.cpp | 1 - src/Bindings/tolua++.h | 186 -------------------------------------- src/Bindings/tolua_base.h | 2 +- 12 files changed, 14 insertions(+), 205 deletions(-) delete mode 100644 src/Bindings/tolua++.h diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 8bfa31b4b..5b756f3b6 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2009,10 +2009,6 @@ RelativePath="..\src\Bindings\PluginManager.h" > - - diff --git a/VC2008/ToLua.vcproj b/VC2008/ToLua.vcproj index 91b7457c7..fc5b95acc 100644 --- a/VC2008/ToLua.vcproj +++ b/VC2008/ToLua.vcproj @@ -41,7 +41,7 @@