From f099e0694d8ce2dc0dda70e053fab4344f9b0830 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 15 Sep 2019 15:37:19 +0100 Subject: [PATCH] Enable optimisations in the VS2017 project Honestly, it might be worth remaking the VS2017 project from scratch: the current one is just a conversion of the VS2003 one, so a lot of VS2017's new options are just blank. If it's remade from scratch, we'll get the defaults instead. --- vs2017/CSE2.vcxproj | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/vs2017/CSE2.vcxproj b/vs2017/CSE2.vcxproj index 5a665443..2f6351db 100644 --- a/vs2017/CSE2.vcxproj +++ b/vs2017/CSE2.vcxproj @@ -194,13 +194,15 @@ - Disabled + MaxSpeed WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) true MultiThreaded Level3 ProgramDatabase + true + true ddraw.lib;dinput8.lib;dsound.lib;Version.lib;ShLwApi.Lib;Imm32.lib;WinMM.lib;dxguid.lib;%(AdditionalDependencies) @@ -213,13 +215,15 @@ - Disabled + MaxSpeed WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) MultiThreaded Level3 ProgramDatabase + true + true ddraw.lib;dinput8.lib;dsound.lib;Version.lib;ShLwApi.Lib;Imm32.lib;WinMM.lib;dxguid.lib;%(AdditionalDependencies) @@ -232,13 +236,15 @@ - Disabled + MaxSpeed WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;JAPANESE;%(PreprocessorDefinitions) true MultiThreaded Level3 ProgramDatabase + true + true ddraw.lib;dinput8.lib;dsound.lib;Version.lib;ShLwApi.Lib;Imm32.lib;WinMM.lib;dxguid.lib;%(AdditionalDependencies) @@ -251,13 +257,15 @@ - Disabled + MaxSpeed WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;JAPANESE;%(PreprocessorDefinitions) MultiThreaded Level3 ProgramDatabase + true + true ddraw.lib;dinput8.lib;dsound.lib;Version.lib;ShLwApi.Lib;Imm32.lib;WinMM.lib;dxguid.lib;%(AdditionalDependencies)