From 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Nov 2018 00:24:51 +0800 Subject: =?UTF-8?q?*=E5=90=88=E5=B9=B6master=E5=88=B0minimal=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/3rdparty/GLee/GLee.vcxproj | 137 ++++++ build/vc++/3rdparty/GLee/GLee.vcxproj.filters | 18 + build/vc++/3rdparty/GLee/GLee.vcxproj.user | 4 + build/vc++/3rdparty/SDL2/SDL2.vcxproj | 462 ++++++++++++++++++++ build/vc++/3rdparty/SDL2/SDL2.vcxproj.filters | 486 +++++++++++++++++++++ build/vc++/3rdparty/SDL2/SDL2.vcxproj.user | 4 + build/vc++/3rdparty/SDL2main/SDL2main.vcxproj | 134 ++++++ .../3rdparty/SDL2main/SDL2main.vcxproj.filters | 22 + build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user | 4 + build/vc++/3rdparty/buildvm/buildvm-post.bat | 17 + build/vc++/3rdparty/buildvm/buildvm.vcxproj | 150 +++++++ .../vc++/3rdparty/buildvm/buildvm.vcxproj.filters | 30 ++ build/vc++/3rdparty/buildvm/buildvm.vcxproj.user | 11 + build/vc++/3rdparty/luajit/luajit.vcxproj | 298 +++++++++++++ build/vc++/3rdparty/luajit/luajit.vcxproj.filters | 396 +++++++++++++++++ build/vc++/3rdparty/luajit/luajit.vcxproj.user | 4 + build/vc++/3rdparty/minilua/minilua-post.bat | 6 + build/vc++/3rdparty/minilua/minilua.vcxproj | 136 ++++++ .../vc++/3rdparty/minilua/minilua.vcxproj.filters | 13 + build/vc++/3rdparty/minilua/minilua.vcxproj.user | 13 + build/vc++/3rdparty/ogl2d/ogl2d.vcxproj | 123 ++++++ build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters | 13 + build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user | 4 + build/vc++/3rdparty/smount/smount.vcxproj | 138 ++++++ build/vc++/3rdparty/smount/smount.vcxproj.filters | 21 + build/vc++/3rdparty/smount/smount.vcxproj.user | 4 + build/vc++/3rdparty/stb/stb.vcxproj | 138 ++++++ build/vc++/3rdparty/stb/stb.vcxproj.filters | 21 + build/vc++/3rdparty/stb/stb.vcxproj.user | 4 + build/vc++/3rdparty/tekcos/tekcos.vcxproj | 137 ++++++ build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters | 18 + build/vc++/3rdparty/tekcos/tekcos.vcxproj.user | 4 + build/vc++/3rdparty/wav/wav.vcxproj | 137 ++++++ build/vc++/3rdparty/wav/wav.vcxproj.filters | 18 + build/vc++/3rdparty/wav/wav.vcxproj.user | 4 + 35 files changed, 3129 insertions(+) create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.filters create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.user create mode 100644 build/vc++/3rdparty/SDL2/SDL2.vcxproj create mode 100644 build/vc++/3rdparty/SDL2/SDL2.vcxproj.filters create mode 100644 build/vc++/3rdparty/SDL2/SDL2.vcxproj.user create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user create mode 100644 build/vc++/3rdparty/buildvm/buildvm-post.bat create mode 100644 build/vc++/3rdparty/buildvm/buildvm.vcxproj create mode 100644 build/vc++/3rdparty/buildvm/buildvm.vcxproj.filters create mode 100644 build/vc++/3rdparty/buildvm/buildvm.vcxproj.user create mode 100644 build/vc++/3rdparty/luajit/luajit.vcxproj create mode 100644 build/vc++/3rdparty/luajit/luajit.vcxproj.filters create mode 100644 build/vc++/3rdparty/luajit/luajit.vcxproj.user create mode 100644 build/vc++/3rdparty/minilua/minilua-post.bat create mode 100644 build/vc++/3rdparty/minilua/minilua.vcxproj create mode 100644 build/vc++/3rdparty/minilua/minilua.vcxproj.filters create mode 100644 build/vc++/3rdparty/minilua/minilua.vcxproj.user create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters create mode 100644 build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj.filters create mode 100644 build/vc++/3rdparty/smount/smount.vcxproj.user create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj.filters create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj.user create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters create mode 100644 build/vc++/3rdparty/tekcos/tekcos.vcxproj.user create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj.filters create mode 100644 build/vc++/3rdparty/wav/wav.vcxproj.user (limited to 'build/vc++/3rdparty') diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj b/build/vc++/3rdparty/GLee/GLee.vcxproj new file mode 100644 index 0000000..7efcdd2 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A} + GLee + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.filters b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters new file mode 100644 index 0000000..2822148 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {eebe1ebb-f43f-4b31-9c61-4cd44565461e} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.user b/build/vc++/3rdparty/GLee/GLee.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2/SDL2.vcxproj b/build/vc++/3rdparty/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..cbd29bd --- /dev/null +++ b/build/vc++/3rdparty/SDL2/SDL2.vcxproj @@ -0,0 +1,462 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8658F91C-9AAE-4819-9005-77D09C61D97F} + SDL2 + 8.1 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + OnlyExplicitInline + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + StreamingSIMDExtensions + true + Default + false + + + winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + true + true + UseFastLinkTimeCodeGeneration + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + OnlyExplicitInline + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + false + StreamingSIMDExtensions + true + false + + + true + true + winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2/SDL2.vcxproj.filters b/build/vc++/3rdparty/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..d422087 --- /dev/null +++ b/build/vc++/3rdparty/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,486 @@ + + + + + {68cf214f-f5bc-4549-96e8-c44b37523bde} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + include + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2/SDL2.vcxproj.user b/build/vc++/3rdparty/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..14d4711 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5522BDBA-3F18-4EDD-B6E4-CE6A70D9D794} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;%(PreprocessorDefinitions) + true + + + true + true + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;%(PreprocessorDefinitions) + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..ed203a9 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + 源文件 + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/buildvm/buildvm-post.bat b/build/vc++/3rdparty/buildvm/buildvm-post.bat new file mode 100644 index 0000000..e02d64f --- /dev/null +++ b/build/vc++/3rdparty/buildvm/buildvm-post.bat @@ -0,0 +1,17 @@ +set buildvm=%1 +set outdir=%2 + +if not exist %outdir% mkdir -p %outdir% + +set src=..\..\..\..\src\3rdparty\LuaJIT-2.0.5\src + +set sources=%src%\lib_base.c %src%\lib_math.c %src%\lib_bit.c %src%\lib_string.c %src%\lib_table.c %src%\lib_io.c %src%\lib_os.c %src%\lib_package.c %src%\lib_debug.c %src%\lib_jit.c %src%\lib_ffi.c + +%buildvm% -m peobj -o %outdir%\lj_vm.obj %sources% +%buildvm% -m bcdef -o %outdir%\lj_bcdef.h %sources% +%buildvm% -m ffdef -o %outdir%\lj_ffdef.h %sources% +%buildvm% -m libdef -o %outdir%\lj_libdef.h %sources% +%buildvm% -m recdef -o %outdir%\lj_recdef.h %sources% +%buildvm% -m vmdef -o %outdir%\vmdef.lua %sources% +%buildvm% -m folddef -o %outdir%\lj_folddef.h %src%\lj_opt_fold.c + diff --git a/build/vc++/3rdparty/buildvm/buildvm.vcxproj b/build/vc++/3rdparty/buildvm/buildvm.vcxproj new file mode 100644 index 0000000..faf0e65 --- /dev/null +++ b/build/vc++/3rdparty/buildvm/buildvm.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8B1269CF-1AFF-4AA3-9209-96DDBA4FA17F} + buildvm + 8.1 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\src\3rdparty\buildvm + + + $(SolutionDir)..\..\src\3rdparty\buildvm + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + buildvm-post.bat $(SolutionDir)..\..\src\3rdparty\buildvm\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + buildvm-post.bat $(SolutionDir)..\..\src\3rdparty\buildvm\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + {c87c5b2f-4088-4bbc-8bee-c6a2bb22f9a0} + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/buildvm/buildvm.vcxproj.filters b/build/vc++/3rdparty/buildvm/buildvm.vcxproj.filters new file mode 100644 index 0000000..9e3cb58 --- /dev/null +++ b/build/vc++/3rdparty/buildvm/buildvm.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {372ba491-5bba-40da-845a-a18b090d3a59} + + + + + src + + + src + + + src + + + src + + + src + + + + + src + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/buildvm/buildvm.vcxproj.user b/build/vc++/3rdparty/buildvm/buildvm.vcxproj.user new file mode 100644 index 0000000..828e82f --- /dev/null +++ b/build/vc++/3rdparty/buildvm/buildvm.vcxproj.user @@ -0,0 +1,11 @@ + + + + $(SolutionDir)..\..\src\3rdparty\buildvm + WindowsLocalDebugger + + + $(SolutionDir)..\..\src\3rdparty\buildvm + WindowsLocalDebugger + + \ No newline at end of file diff --git a/build/vc++/3rdparty/luajit/luajit.vcxproj b/build/vc++/3rdparty/luajit/luajit.vcxproj new file mode 100644 index 0000000..2950a92 --- /dev/null +++ b/build/vc++/3rdparty/luajit/luajit.vcxproj @@ -0,0 +1,298 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {80410A0C-5592-418E-848B-FEC61C432F53} + luajit + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + $(ProjectName) + + + $(SolutionDir)..\..\bin + $(ProjectName) + + + lua51 + + + lua51 + + + + Level3 + Disabled + true + false + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;D_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + lj_vm.obj + + + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + lj_vm.obj;%(AdditionalDependencies) + luajit.def + + + + + Level3 + Disabled + true + true + + + luajit.def + + + + + Level3 + MaxSpeed + true + true + true + false + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;D_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + true + true + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + lj_vm.obj;%(AdditionalDependencies) + luajit.def + + + lj_vm.obj + + + $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + luajit.def + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8b1269cf-1aff-4aa3-9209-96ddba4fa17f} + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/luajit/luajit.vcxproj.filters b/build/vc++/3rdparty/luajit/luajit.vcxproj.filters new file mode 100644 index 0000000..9599ffc --- /dev/null +++ b/build/vc++/3rdparty/luajit/luajit.vcxproj.filters @@ -0,0 +1,396 @@ + + + + + {81660f22-f79d-4743-8837-9e0c757a0bc3} + + + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/luajit/luajit.vcxproj.user b/build/vc++/3rdparty/luajit/luajit.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/luajit/luajit.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/minilua/minilua-post.bat b/build/vc++/3rdparty/minilua/minilua-post.bat new file mode 100644 index 0000000..cfdfecd --- /dev/null +++ b/build/vc++/3rdparty/minilua/minilua-post.bat @@ -0,0 +1,6 @@ +set minilua=%1 +set outdir=%2 +set luajit=..\..\..\..\src\3rdparty\LuaJIT-2.0.5 + +if not exist %outdir% mkdir -p %outdir% +%minilua% %luajit%\dynasm\dynasm.lua -LN -D WIN -D JIT -D FFI -o %outdir%\buildvm_arch.h %luajit%\src\vm_x86.dasc diff --git a/build/vc++/3rdparty/minilua/minilua.vcxproj b/build/vc++/3rdparty/minilua/minilua.vcxproj new file mode 100644 index 0000000..e663cb1 --- /dev/null +++ b/build/vc++/3rdparty/minilua/minilua.vcxproj @@ -0,0 +1,136 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C87C5B2F-4088-4BBC-8BEE-C6A2BB22F9A0} + minilua + 8.1 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\src\3rdparty\minilua + + + $(SolutionDir)..\..\src\3rdparty\minilua + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + minilua-post.bat $(SolutionDir)..\..\src\3rdparty\minilua\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + minilua-post.bat $(SolutionDir)..\..\src\3rdparty\minilua\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/minilua/minilua.vcxproj.filters b/build/vc++/3rdparty/minilua/minilua.vcxproj.filters new file mode 100644 index 0000000..7f78b2c --- /dev/null +++ b/build/vc++/3rdparty/minilua/minilua.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {a2e8a60a-016f-4231-b0fb-040778ce3716} + + + + + src + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/minilua/minilua.vcxproj.user b/build/vc++/3rdparty/minilua/minilua.vcxproj.user new file mode 100644 index 0000000..f353c3c --- /dev/null +++ b/build/vc++/3rdparty/minilua/minilua.vcxproj.user @@ -0,0 +1,13 @@ + + + + $(SolutionDir)..\..\src\3rdparty\minilua + false + WindowsLocalDebugger + + + $(SolutionDir)..\..\src\3rdparty\minilua + false + WindowsLocalDebugger + + \ No newline at end of file diff --git a/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj new file mode 100644 index 0000000..546afbb --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {D17F6928-AF98-4ED9-A2B9-1DC0B2765D4F} + ogl2d + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + 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/ogl2d/ogl2d.vcxproj.filters b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters new file mode 100644 index 0000000..74f0b2e --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {9eb6b640-ac80-4c15-b76c-2a7c5536ca5c} + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/ogl2d/ogl2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj b/build/vc++/3rdparty/smount/smount.vcxproj new file mode 100644 index 0000000..6b710f4 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3FC3E8B7-380E-41E6-91FF-82FA5E622D29} + smount + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj.filters b/build/vc++/3rdparty/smount/smount.vcxproj.filters new file mode 100644 index 0000000..ad2b2c5 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj.filters @@ -0,0 +1,21 @@ + + + + + {65960c95-e385-4c08-8b67-a7158e39289f} + + + + + source + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/smount/smount.vcxproj.user b/build/vc++/3rdparty/smount/smount.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/smount/smount.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj b/build/vc++/3rdparty/stb/stb.vcxproj new file mode 100644 index 0000000..e6abf2a --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0} + stb + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj.filters b/build/vc++/3rdparty/stb/stb.vcxproj.filters new file mode 100644 index 0000000..dba3009 --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj.filters @@ -0,0 +1,21 @@ + + + + + {2704930f-d8dd-4b99-8e27-6b5d8fdab710} + + + + + source + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/stb/stb.vcxproj.user b/build/vc++/3rdparty/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj b/build/vc++/3rdparty/tekcos/tekcos.vcxproj new file mode 100644 index 0000000..e8a5bd7 --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B88DC691-FE8A-4C5E-8D57-EBCC6B13C744} + tekcos + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters new file mode 100644 index 0000000..cccacab --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {2cee3ae8-b50d-4592-8545-5e489b1e3f2a} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj b/build/vc++/3rdparty/wav/wav.vcxproj new file mode 100644 index 0000000..ff62736 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9A0EAD3F-5A23-41C8-8FFD-8F6B71F43342} + wav + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj.filters b/build/vc++/3rdparty/wav/wav.vcxproj.filters new file mode 100644 index 0000000..ac7d2a6 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {b990a338-a227-4467-8414-90e49768bf59} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/wav/wav.vcxproj.user b/build/vc++/3rdparty/wav/wav.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/wav/wav.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0