From 0d279ca06dc45bd03a33f23bd82fcf39fa660d1a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 29 Jul 2020 09:18:56 -0600 Subject: [PATCH] prune Boehm GC references from the MSVC projects --- racket/src/worksp/gracket/gracket.vcproj | 228 +----------------- racket/src/worksp/gracket/gracket.vcxproj | 68 +----- racket/src/worksp/libracket/libracket.vcproj | 175 -------------- racket/src/worksp/libracket/libracket.vcxproj | 58 ----- racket/src/worksp/mzcom/mzcom.vcproj | 200 --------------- racket/src/worksp/mzcom/mzcom.vcxproj | 64 +---- racket/src/worksp/racket/racket.vcproj | 221 +---------------- racket/src/worksp/racket/racket.vcxproj | 60 ----- 8 files changed, 13 insertions(+), 1061 deletions(-) diff --git a/racket/src/worksp/gracket/gracket.vcproj b/racket/src/worksp/gracket/gracket.vcproj index 0fc7b7ad48..d189fecf92 100644 --- a/racket/src/worksp/gracket/gracket.vcproj +++ b/racket/src/worksp/gracket/gracket.vcproj @@ -17,226 +17,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BDebug - Win32 - - - BDebug - x64 - - - BRelease - Win32 - - - BRelease - x64 - - - SDebug - Win32 - SDebug x64 @@ -93,50 +73,6 @@ addman.bat - - - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - MachineX64 - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - MachineX64 - - AnySuitable @@ -203,6 +139,10 @@ addman.bat {a6713577-7dfb-48f8-b8c1-7db2d7c51f90} false + + {8128f0ae-848a-4985-945a-568796a6ddd7} + false + diff --git a/racket/src/worksp/libracket/libracket.vcproj b/racket/src/worksp/libracket/libracket.vcproj index 926325b1b8..dc88179079 100644 --- a/racket/src/worksp/libracket/libracket.vcproj +++ b/racket/src/worksp/libracket/libracket.vcproj @@ -17,181 +17,6 @@ - - - - - - - - - - - - - - - - - - - - - - BDebug - Win32 - - - BDebug - x64 - - - BRelease - Win32 - - - BRelease - x64 - SDebug Win32 @@ -85,48 +69,6 @@ ..\..\..\lib\msvc\libracketxxxxxxx.lib - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - MachineX64 - - - - - /Oy- %(AdditionalOptions) - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - MultiThreaded - - - - - /Oy- %(AdditionalOptions) - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - MachineX64 - - Disabled diff --git a/racket/src/worksp/mzcom/mzcom.vcproj b/racket/src/worksp/mzcom/mzcom.vcproj index 2b246feb76..1439fbf790 100644 --- a/racket/src/worksp/mzcom/mzcom.vcproj +++ b/racket/src/worksp/mzcom/mzcom.vcproj @@ -17,206 +17,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - 3m x64 - - BDebug - Win32 - - - BDebug - x64 - - - BRelease - Win32 - - - BRelease - x64 - SDebug Win32 @@ -100,50 +84,6 @@ - - - Disabled - WIN32;_DEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - MachineX64 - - - - - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - AnySuitable - true - Speed - WIN32;NDEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - MachineX64 - - Disabled @@ -252,6 +192,10 @@ {a6713577-7dfb-48f8-b8c1-7db2d7c51f90} false + + {8128f0ae-848a-4985-945a-568796a6ddd7} + false + diff --git a/racket/src/worksp/racket/racket.vcproj b/racket/src/worksp/racket/racket.vcproj index 19c65cdf93..19a51d834d 100644 --- a/racket/src/worksp/racket/racket.vcproj +++ b/racket/src/worksp/racket/racket.vcproj @@ -17,225 +17,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BDebug - Win32 - - - BDebug - x64 - - - BRelease - Win32 - - - BRelease - x64 - SDebug Win32 @@ -101,50 +85,6 @@ addman.bat - - - Disabled - WIN32;_DEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - MachineX64 - - - - - AnySuitable - true - Speed - WIN32;NDEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - AnySuitable - true - Speed - WIN32;NDEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - MachineX64 - - Disabled