From b19c27d28962429145d464bd44501939f24dacf4 Mon Sep 17 00:00:00 2001 From: PucklaMotzer09 Date: Sun, 30 Aug 2020 13:45:52 +0200 Subject: [PATCH] Add x64 support --- SDL2_gfx.sln | 6 +++ SDL2_gfx.vcxproj | 95 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 98 insertions(+), 3 deletions(-) diff --git a/SDL2_gfx.sln b/SDL2_gfx.sln index 786f339..bd7635b 100644 --- a/SDL2_gfx.sln +++ b/SDL2_gfx.sln @@ -15,12 +15,18 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Debug|Win32.ActiveCfg = Debug|Win32 {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Debug|Win32.Build.0 = Debug|Win32 {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Release|Win32.ActiveCfg = Release|Win32 {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Release|Win32.Build.0 = Release|Win32 + {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Debug|x64.ActiveCfg = Debug|x64 + {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Debug|x64.Build.0 = Debug|x64 + {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Release|x64.ActiveCfg = Release|x64 + {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}.Release|x64.Build.0 = Release|x64 {AE22EFD3-6F6D-48C0-AF3D-EF190406BEDC}.Debug|Win32.ActiveCfg = Debug|Win32 {AE22EFD3-6F6D-48C0-AF3D-EF190406BEDC}.Debug|Win32.Build.0 = Debug|Win32 {AE22EFD3-6F6D-48C0-AF3D-EF190406BEDC}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/SDL2_gfx.vcxproj b/SDL2_gfx.vcxproj index e842d8a..4ae0cfa 100644 --- a/SDL2_gfx.vcxproj +++ b/SDL2_gfx.vcxproj @@ -9,24 +9,42 @@ Release Win32 + + Debug + x64 + + + Release + x64 + {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC} SDL2_gfx Win32Proj - 10.0.14393.0 DynamicLibrary Unicode true - v141 + v142 DynamicLibrary Unicode - v141 + v142 + + + DynamicLibrary + Unicode + true + v142 + + + DynamicLibrary + Unicode + v142 @@ -37,6 +55,12 @@ + + + + + + <_ProjectFileVersion>10.0.30319.1 @@ -46,6 +70,12 @@ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false @@ -104,6 +134,63 @@ + + + Disabled + ..\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;USE_MMX;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + SDL2.lib;%(AdditionalDependencies) + ..\SDL2-2.0.5\VisualC\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + Windows + false + + + + + MachineX64 + + + + + + + + + MaxSpeed + ..\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + SDL2.lib;%(AdditionalDependencies) + ..\SDL2-2.0.5\VisualC\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + Windows + true + true + MachineX64 + + + + + + @@ -121,10 +208,12 @@ Document true + true Document true + true -- 2.28.0.windows.1