From ed55634426e42bb151f6c1710d8d0446e8ece8e1 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 10:18:00 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/3rdParty/LuaJIT/LuaJIT.vcxproj | 122 +++++++++++++++++++++++++++ Build/3rdParty/LuaJIT/LuaJIT.vcxproj.filters | 2 + Build/3rdParty/LuaJIT/LuaJIT.vcxproj.user | 4 + 3 files changed, 128 insertions(+) create mode 100644 Build/3rdParty/LuaJIT/LuaJIT.vcxproj create mode 100644 Build/3rdParty/LuaJIT/LuaJIT.vcxproj.filters create mode 100644 Build/3rdParty/LuaJIT/LuaJIT.vcxproj.user (limited to 'Build/3rdParty/LuaJIT') diff --git a/Build/3rdParty/LuaJIT/LuaJIT.vcxproj b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} + LuaJIT + 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/3rdParty/LuaJIT/LuaJIT.vcxproj.filters b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/3rdParty/LuaJIT/LuaJIT.vcxproj.user b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/3rdParty/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0