aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-08-30 18:38:05 -0600
committerLenny Komow <lenny@lunarg.com>2016-08-30 18:38:05 -0600
commitab800d2f39bc490ee0fd26721e2ba55ee10c84d3 (patch)
treeeb1375d069b8bc3bb396b46b084c67d4fc0997bb /windowsRuntimeInstaller
parentce18a73434f60913bc11a87d02485b57b5526a3c (diff)
downloadusermoji-ab800d2f39bc490ee0fd26721e2ba55ee10c84d3.tar.xz
winsdk: Remove rt installer using msvcr120.dll
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/ConfigureRT.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/windowsRuntimeInstaller/ConfigureRT.vcxproj b/windowsRuntimeInstaller/ConfigureRT.vcxproj
index 9825f66e..2627b179 100644
--- a/windowsRuntimeInstaller/ConfigureRT.vcxproj
+++ b/windowsRuntimeInstaller/ConfigureRT.vcxproj
@@ -44,6 +44,7 @@
<WarningLevel>Level2</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>false</SDLCheck>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -58,6 +59,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>