From d6b4f4848877a060d2dcb39052320dc7b920b240 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 Jul 2023 19:58:05 -0400 Subject: [PATCH] visualc: Turn on multiprocessor compilation. --- VisualC/SDL/SDL.vcxproj | 6 +++++- VisualC/SDL_test/SDL_test.vcxproj | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj index 8b8f6d6a7..0cea50604 100644 --- a/VisualC/SDL/SDL.vcxproj +++ b/VisualC/SDL/SDL.vcxproj @@ -122,6 +122,7 @@ OnlyExplicitInline Use SDL_internal.h + true _DEBUG;%(PreprocessorDefinitions) @@ -153,6 +154,7 @@ OnlyExplicitInline Use SDL_internal.h + true _DEBUG;%(PreprocessorDefinitions) @@ -188,6 +190,7 @@ OnlyExplicitInline Use SDL_internal.h + true NDEBUG;%(PreprocessorDefinitions) @@ -220,6 +223,7 @@ OnlyExplicitInline Use SDL_internal.h + true NDEBUG;%(PreprocessorDefinitions) @@ -656,4 +660,4 @@ - + \ No newline at end of file diff --git a/VisualC/SDL_test/SDL_test.vcxproj b/VisualC/SDL_test/SDL_test.vcxproj index 8148024c9..f69b2e5f6 100644 --- a/VisualC/SDL_test/SDL_test.vcxproj +++ b/VisualC/SDL_test/SDL_test.vcxproj @@ -100,6 +100,7 @@ Level3 OldStyle true + true @@ -116,6 +117,7 @@ Level3 OldStyle true + true @@ -134,6 +136,7 @@ Level3 OldStyle true + true @@ -150,6 +153,7 @@ Level3 OldStyle true + true @@ -168,4 +172,4 @@ - + \ No newline at end of file