From 7ae40127f15f8f2cb963a7efeb018f7887ebc1ea Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 20 Dec 2018 18:29:16 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/libjin-lua/libjin-lua.vcxproj | 260 +++++++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 build/vc++/libjin-lua/libjin-lua.vcxproj (limited to 'build/vc++/libjin-lua/libjin-lua.vcxproj') diff --git a/build/vc++/libjin-lua/libjin-lua.vcxproj b/build/vc++/libjin-lua/libjin-lua.vcxproj new file mode 100644 index 0000000..57d1837 --- /dev/null +++ b/build/vc++/libjin-lua/libjin-lua.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {A3E35ECA-62EB-45CE-8152-674FBC7F7A3B} + jin + 8.1 + libjin-lua + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi + $(ProjectName) + + + $(SolutionDir)..\..\bin + *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi + $(ProjectName) + + + + Level3 + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\lua;%(AdditionalIncludeDirectories) + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + Size + true + Disabled + true + + + opengl32.lib;lua51.lib;SDL2main.lib;SDL2.lib;%(AdditionalDependencies) + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + Windows + + + + + true + + + + + Level3 + Disabled + true + + + + + Level3 + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\..\src\;$(SolutionDir)..\..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\..\src\3rdparty\;$(SolutionDir)..\..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\..\src\lua;%(AdditionalIncludeDirectories) + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + Size + MinSpace + + + true + true + opengl32.lib;lua51.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + Windows + + + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {45ac0438-98a8-4369-a21d-bbcbe7995b34} + + + {9ee02090-c15e-4520-9c05-c435e45ef2fc} + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0