From 37f1d11f9e1f7b9f336b509f3afb6dd61bb5ffee Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Dec 2018 20:04:05 +0800 Subject: *misc --- build/vc++/3rdparty/luax/luax.vcxproj | 123 ++++++++++++++++++++++++++ build/vc++/3rdparty/luax/luax.vcxproj.filters | 6 ++ build/vc++/3rdparty/luax/luax.vcxproj.user | 4 + build/vc++/jin.sln | 11 +++ build/vc++/libjin/libjin.vcxproj | 3 - build/vc++/libjin/libjin.vcxproj.filters | 9 -- 6 files changed, 144 insertions(+), 12 deletions(-) create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj.filters create mode 100644 build/vc++/3rdparty/luax/luax.vcxproj.user (limited to 'build/vc++') diff --git a/build/vc++/3rdparty/luax/luax.vcxproj b/build/vc++/3rdparty/luax/luax.vcxproj new file mode 100644 index 0000000..354e437 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C6B16179-5640-4D41-8756-0525D25EB569} + luax + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + 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/luax/luax.vcxproj.filters b/build/vc++/3rdparty/luax/luax.vcxproj.filters new file mode 100644 index 0000000..0fb5905 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/luax/luax.vcxproj.user b/build/vc++/3rdparty/luax/luax.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/luax/luax.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index 326f92a..ed41fc7 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -45,6 +45,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaJIT-2.0.5", "3rdparty\Lu EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "3rdparty\tinyxml2\tinyxml2.vcxproj", "{A5B92785-7D5A-4910-AA54-C0872F3C605D}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luax", "3rdparty\luax\luax.vcxproj", "{C6B16179-5640-4D41-8756-0525D25EB569}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -173,6 +175,14 @@ Global {A5B92785-7D5A-4910-AA54-C0872F3C605D}.Release|x64.Build.0 = Release|x64 {A5B92785-7D5A-4910-AA54-C0872F3C605D}.Release|x86.ActiveCfg = Release|Win32 {A5B92785-7D5A-4910-AA54-C0872F3C605D}.Release|x86.Build.0 = Release|Win32 + {C6B16179-5640-4D41-8756-0525D25EB569}.Debug|x64.ActiveCfg = Debug|x64 + {C6B16179-5640-4D41-8756-0525D25EB569}.Debug|x64.Build.0 = Debug|x64 + {C6B16179-5640-4D41-8756-0525D25EB569}.Debug|x86.ActiveCfg = Debug|Win32 + {C6B16179-5640-4D41-8756-0525D25EB569}.Debug|x86.Build.0 = Debug|Win32 + {C6B16179-5640-4D41-8756-0525D25EB569}.Release|x64.ActiveCfg = Release|x64 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -195,6 +205,7 @@ Global {3191C07B-085A-46BC-9436-469B4E2BF5F0} = {6FC112F9-B317-4444-B4FB-2E0BF70328F1} {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} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {633D8D43-3349-43F7-8835-7D7F58BAD2A8} diff --git a/build/vc++/libjin/libjin.vcxproj b/build/vc++/libjin/libjin.vcxproj index c59405e..ecd048c 100644 --- a/build/vc++/libjin/libjin.vcxproj +++ b/build/vc++/libjin/libjin.vcxproj @@ -153,7 +153,6 @@ - @@ -223,7 +222,6 @@ - @@ -234,7 +232,6 @@ - diff --git a/build/vc++/libjin/libjin.vcxproj.filters b/build/vc++/libjin/libjin.vcxproj.filters index c50f0be..78db345 100644 --- a/build/vc++/libjin/libjin.vcxproj.filters +++ b/build/vc++/libjin/libjin.vcxproj.filters @@ -177,9 +177,6 @@ source\common - - source\common - source\audio @@ -323,9 +320,6 @@ source - - source\common - source\core @@ -391,9 +385,6 @@ source\common - - source\common - source\audio -- cgit v1.1-26-g67d0