From ad8ffb96789f90180982b344540870a2d4e2d60b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 May 2018 08:12:40 +0800 Subject: init --- build/VS2015/3rdparty/SDL/Release/SDL.pdb | Bin 0 -> 1773568 bytes build/VS2015/3rdparty/SDL/SDL.vcxproj | 356 +++++++++++++++++++++++++++++ build/VS2015/3rdparty/SDL/SDL.vcxproj.user | 4 + 3 files changed, 360 insertions(+) create mode 100644 build/VS2015/3rdparty/SDL/Release/SDL.pdb create mode 100644 build/VS2015/3rdparty/SDL/SDL.vcxproj create mode 100644 build/VS2015/3rdparty/SDL/SDL.vcxproj.user (limited to 'build/VS2015/3rdparty/SDL') diff --git a/build/VS2015/3rdparty/SDL/Release/SDL.pdb b/build/VS2015/3rdparty/SDL/Release/SDL.pdb new file mode 100644 index 0000000..85e923b Binary files /dev/null and b/build/VS2015/3rdparty/SDL/Release/SDL.pdb differ diff --git a/build/VS2015/3rdparty/SDL/SDL.vcxproj b/build/VS2015/3rdparty/SDL/SDL.vcxproj new file mode 100644 index 0000000..b213a8e --- /dev/null +++ b/build/VS2015/3rdparty/SDL/SDL.vcxproj @@ -0,0 +1,356 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {996F01BE-A621-4D86-AC3E-BCCEE67F39E1} + SDL + 8.1 + + + + DynamicLibrary + v140 + false + + + DynamicLibrary + v140 + false + + + DynamicLibrary + v140 + false + + + DynamicLibrary + v140 + false + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + true + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + true + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp\SDL + false + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + false + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/SDL.tlb + + + Disabled + $(ProjectDir)\..\..\..\..\3rdparty\SDL\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;%(PreprocessorDefinitions) + MultiThreadedDLL + false + + .\Debug/SDL.pch + Level3 + true + EditAndContinue + CompileAsC + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + winmm.lib;dxguid.lib;%(AdditionalDependencies) + $(SolutionDir)\..\..\bin\SDL.dll + true + false + true + .\Debug/SDL.pdb + Windows + false + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\Debug/SDL.tlb + + + Disabled + $(ProjectDir)\..\..\..\..\3rdparty\SDL\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;%(PreprocessorDefinitions) + MultiThreadedDLL + false + + .\Debug/SDL.pch + Level3 + true + ProgramDatabase + CompileAsC + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + winmm.lib;dxguid.lib;%(AdditionalDependencies) + $(SolutionDir)\..\..\bin\SDL.dll + true + false + true + .\Debug/SDL.pdb + Windows + MachineX64 + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/SDL.tlb + + + OnlyExplicitInline + false + $(ProjectDir)\..\..\..\..\3rdparty\SDL\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + + .\Release/SDL.pch + Level3 + true + CompileAsC + /FS %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /FS %(AdditionalOptions) + winmm.lib;dxguid.lib;%(AdditionalDependencies) + $(SolutionDir)\..\..\bin\SDL.dll + true + false + .\Release/SDL.pdb + Windows + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\Release/SDL.tlb + + + OnlyExplicitInline + false + $(ProjectDir)\..\..\..\..\3rdparty\SDL\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + + .\Release/SDL.pch + Level3 + true + CompileAsC + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + winmm.lib;dxguid.lib;%(AdditionalDependencies) + $(SolutionDir)\..\..\bin\SDL.dll + true + false + .\Release/SDL.pdb + Windows + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/VS2015/3rdparty/SDL/SDL.vcxproj.user b/build/VS2015/3rdparty/SDL/SDL.vcxproj.user new file mode 100644 index 0000000..abe8dd8 --- /dev/null +++ b/build/VS2015/3rdparty/SDL/SDL.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0