From 9aaffab5721e0b2e850d6ffe9cf6c1e1367fc8ca Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 25 Oct 2018 10:38:31 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= =?UTF-8?q?=EF=BC=8C=E5=B0=86lua=20binding=E7=8B=AC=E7=AB=8B=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E4=B8=80=E4=B8=AA=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/jin/jin.vcxproj | 143 +++++++++++++++++++++++++++++++++++++ build/vc++/jin/jin.vcxproj.filters | 13 ++++ build/vc++/jin/jin.vcxproj.user | 4 ++ 3 files changed, 160 insertions(+) create mode 100644 build/vc++/jin/jin.vcxproj create mode 100644 build/vc++/jin/jin.vcxproj.filters create mode 100644 build/vc++/jin/jin.vcxproj.user (limited to 'build/vc++/jin') diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj new file mode 100644 index 0000000..30018a7 --- /dev/null +++ b/build/vc++/jin/jin.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {05128A0C-74E2-43EF-B5F4-B0DA70D47940} + jin + 8.1 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MaxSpeed + true + true + true + false + $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + true + true + Windows + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src + SDL2main.lib;SDL2.lib;opengl32.lib;lua51.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + false + $(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + Windows + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src + SDL2main.lib;SDL2.lib;opengl32.lib;lua51.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + {a3e35eca-62eb-45ce-8152-674fbc7f7a3b} + + + + + + \ No newline at end of file diff --git a/build/vc++/jin/jin.vcxproj.filters b/build/vc++/jin/jin.vcxproj.filters new file mode 100644 index 0000000..b9b2010 --- /dev/null +++ b/build/vc++/jin/jin.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {fa6c1ecb-9418-405c-87c0-511a1f82de88} + + + + + src + + + \ No newline at end of file diff --git a/build/vc++/jin/jin.vcxproj.user b/build/vc++/jin/jin.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/jin/jin.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0