diff --git a/src/3rd party/NVTT/NVTT.vcxproj b/src/3rd party/NVTT/NVTT.vcxproj index cb205ab63d5..747abeb83b4 100644 --- a/src/3rd party/NVTT/NVTT.vcxproj +++ b/src/3rd party/NVTT/NVTT.vcxproj @@ -220,6 +220,7 @@ Disabled $(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)src\nvcore;$(ProjectDir)src\nvtt\squish;%(AdditionalIncludeDirectories) WIN32;DEBUG;NVTT_EXPORTS;_MBCS;%(PreprocessorDefinitions) + MultiThreadedDLL true @@ -239,6 +240,7 @@ true true true + MultiThreadedDLL true diff --git a/src/utils/xrDXT/DXT.vcxproj b/src/utils/xrDXT/DXT.vcxproj index 36a130cb193..5dbe481040a 100644 --- a/src/utils/xrDXT/DXT.vcxproj +++ b/src/utils/xrDXT/DXT.vcxproj @@ -148,7 +148,7 @@ true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDLL Fast false true