From b4bd76b8b02996767798b76cc65dee9ea27f1167 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 7 Dec 2018 08:46:17 +0800 Subject: *misc --- build/vc++/3rdparty/Lua51/Lua51.vcxproj | 185 +++++++++++++++++++++ build/vc++/3rdparty/Lua51/Lua51.vcxproj.filters | 64 +++++++ build/vc++/3rdparty/Lua51/Lua51.vcxproj.user | 4 + .../3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj | 2 +- build/vc++/jin.sln | 11 ++ 5 files changed, 265 insertions(+), 1 deletion(-) create mode 100644 build/vc++/3rdparty/Lua51/Lua51.vcxproj create mode 100644 build/vc++/3rdparty/Lua51/Lua51.vcxproj.filters create mode 100644 build/vc++/3rdparty/Lua51/Lua51.vcxproj.user (limited to 'build/vc++') diff --git a/build/vc++/3rdparty/Lua51/Lua51.vcxproj b/build/vc++/3rdparty/Lua51/Lua51.vcxproj new file mode 100644 index 0000000..64eef69 --- /dev/null +++ b/build/vc++/3rdparty/Lua51/Lua51.vcxproj @@ -0,0 +1,185 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5} + Lua51 + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + lua51 + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/Lua51/Lua51.vcxproj.filters b/build/vc++/3rdparty/Lua51/Lua51.vcxproj.filters new file mode 100644 index 0000000..caba523 --- /dev/null +++ b/build/vc++/3rdparty/Lua51/Lua51.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/Lua51/Lua51.vcxproj.user b/build/vc++/3rdparty/Lua51/Lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/Lua51/Lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj index 30333ce..59e6f10 100644 --- a/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj +++ b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj @@ -22,7 +22,7 @@ 15.0 {45AC0438-98A8-4369-A21D-BBCBE7995B34} LuaJIT205 - 10.0.17134.0 + 8.1 diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index ed41fc7..2fa044e 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -47,6 +47,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "3rdparty\tinyxm EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luax", "3rdparty\luax\luax.vcxproj", "{C6B16179-5640-4D41-8756-0525D25EB569}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua51", "3rdparty\Lua51\Lua51.vcxproj", "{4156CD69-6FC4-4B32-B008-BB94C8AE17F5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -183,6 +185,14 @@ Global {C6B16179-5640-4D41-8756-0525D25EB569}.Release|x64.Build.0 = Release|x64 {C6B16179-5640-4D41-8756-0525D25EB569}.Release|x86.ActiveCfg = Release|Win32 {C6B16179-5640-4D41-8756-0525D25EB569}.Release|x86.Build.0 = Release|Win32 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Debug|x64.ActiveCfg = Debug|x64 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Debug|x64.Build.0 = Debug|x64 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Debug|x86.ActiveCfg = Debug|Win32 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Debug|x86.Build.0 = Debug|Win32 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x64.ActiveCfg = Release|x64 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x64.Build.0 = Release|x64 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x86.ActiveCfg = Release|Win32 + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -206,6 +216,7 @@ Global {45AC0438-98A8-4369-A21D-BBCBE7995B34} = {2A2F610D-E42B-426F-8DC8-79E0C6FCCDD2} {A5B92785-7D5A-4910-AA54-C0872F3C605D} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} {C6B16179-5640-4D41-8756-0525D25EB569} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} + {4156CD69-6FC4-4B32-B008-BB94C8AE17F5} = {2A2F610D-E42B-426F-8DC8-79E0C6FCCDD2} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {633D8D43-3349-43F7-8835-7D7F58BAD2A8} -- cgit v1.1-26-g67d0