From 76ddb016380b15172260107db383dc5d06b6e34a Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 28 Nov 2018 17:20:49 +0800 Subject: =?UTF-8?q?+luajit=E4=BD=BF=E7=94=A8msvcbuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj | 135 +++++++++++++++++++++ .../LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.filters | 2 + .../LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.user | 11 ++ build/vc++/3rdparty/LuaJIT-2.0.5/build.bat | 9 ++ 4 files changed, 157 insertions(+) create mode 100644 build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj create mode 100644 build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.filters create mode 100644 build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.user create mode 100644 build/vc++/3rdparty/LuaJIT-2.0.5/build.bat (limited to 'build/vc++/3rdparty/LuaJIT-2.0.5') 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 new file mode 100644 index 0000000..30333ce --- /dev/null +++ b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {45AC0438-98A8-4369-A21D-BBCBE7995B34} + LuaJIT205 + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + lua51 + $(SolutionDir)..\..\bin + + + lua51 + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + true + + + build.bat $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src $(SolutionDir)..\..\bin + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + build.bat $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src $(SolutionDir)..\..\bin + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.filters b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.user b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.user new file mode 100644 index 0000000..e796010 --- /dev/null +++ b/build/vc++/3rdparty/LuaJIT-2.0.5/LuaJIT-2.0.5.vcxproj.user @@ -0,0 +1,11 @@ + + + + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + WindowsLocalDebugger + + + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + WindowsLocalDebugger + + \ No newline at end of file diff --git a/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat b/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat new file mode 100644 index 0000000..44dcc15 --- /dev/null +++ b/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat @@ -0,0 +1,9 @@ +set luajitdir=%1 +set outdir=%2 + +cd %luajitdir% + +call msvcbuild.bat + +move ./lua51.lib %outdir%\lua51.lib +move ./lua51.dll %outdir%\lua51.dll -- cgit v1.1-26-g67d0