From 23c778af659479c5b9b61c3c5eb6b7c0c5e5d94f Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Tue, 8 Dec 2020 11:39:08 +0100 Subject: Cleanup on tools & samples add --help option add copyright notice refactoring on xgetopt remove unused toggle char --- Projects/VC2019/lcms2_static/lcms2_static.vcxproj | 2 +- Projects/VC2019/linkicc/linkicc.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Projects/VC2019') diff --git a/Projects/VC2019/lcms2_static/lcms2_static.vcxproj b/Projects/VC2019/lcms2_static/lcms2_static.vcxproj index 2560673..c1914a9 100644 --- a/Projects/VC2019/lcms2_static/lcms2_static.vcxproj +++ b/Projects/VC2019/lcms2_static/lcms2_static.vcxproj @@ -126,7 +126,7 @@ true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded true diff --git a/Projects/VC2019/linkicc/linkicc.vcxproj b/Projects/VC2019/linkicc/linkicc.vcxproj index dac0bfa..73433ed 100644 --- a/Projects/VC2019/linkicc/linkicc.vcxproj +++ b/Projects/VC2019/linkicc/linkicc.vcxproj @@ -134,7 +134,6 @@ true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL true @@ -142,6 +141,7 @@ ProgramDatabase true false + MultiThreaded true @@ -160,13 +160,13 @@ true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL true Level4 ProgramDatabase true + MultiThreaded true -- cgit v1.2.1