diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-27 22:35:13 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-27 22:35:13 +0100 |
commit | a6630d32394120a78af56bc612fa3c3449283248 (patch) | |
tree | 2c791266b0f213cd56961299da8d2258b8f85d8e /VC2008/ToLua.vcproj | |
parent | Fixed spawn point being generally in an ocean (diff) | |
parent | Voronoi-related biomegens use the new cVoronoiMap class. (diff) | |
download | cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar.gz cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar.bz2 cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar.lz cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar.xz cuberite-a6630d32394120a78af56bc612fa3c3449283248.tar.zst cuberite-a6630d32394120a78af56bc612fa3c3449283248.zip |
Diffstat (limited to 'VC2008/ToLua.vcproj')
-rw-r--r-- | VC2008/ToLua.vcproj | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/VC2008/ToLua.vcproj b/VC2008/ToLua.vcproj index dd5cfb217..24a5d8b4f 100644 --- a/VC2008/ToLua.vcproj +++ b/VC2008/ToLua.vcproj @@ -41,7 +41,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src" + AdditionalIncludeDirectories="../lib/tolua++/include;../lib/lua/src" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -105,7 +105,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src" + AdditionalIncludeDirectories="../lib/tolua++/include;../lib/lua/src" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -168,7 +168,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src" + AdditionalIncludeDirectories="../lib/tolua++/include;../lib/lua/src" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -229,7 +229,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src" + AdditionalIncludeDirectories="../lib/tolua++/include;../lib/lua/src" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -276,31 +276,31 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\tolua++-1.0.93\src\bin\tolua.c" + RelativePath="..\lib\tolua++\src\bin\tolua.c" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.c" + RelativePath="..\lib\tolua++\src\lib\tolua_event.c" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.h" + RelativePath="..\lib\tolua++\src\lib\tolua_event.h" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_is.c" + RelativePath="..\lib\tolua++\src\lib\tolua_is.c" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_map.c" + RelativePath="..\lib\tolua++\src\lib\tolua_map.c" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_push.c" + RelativePath="..\lib\tolua++\src\lib\tolua_push.c" > </File> <File - RelativePath="..\tolua++-1.0.93\src\lib\tolua_to.c" + RelativePath="..\lib\tolua++\src\lib\tolua_to.c" > </File> </Filter> |