summaryrefslogtreecommitdiffstats
path: root/PCbuild/tk.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-08-18 23:00:56 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-08-18 23:00:56 (GMT)
commit9f0cbbc3769c716affc630102800f43ee64b3524 (patch)
treefe66130d7ab8df2ad9cfd3343911927d755a53fb /PCbuild/tk.vcxproj
parent66e6c1a46ac12bb80f331da4ebc11a9c69825d97 (diff)
downloadcpython-9f0cbbc3769c716affc630102800f43ee64b3524.zip
cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.gz
cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.bz2
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'PCbuild/tk.vcxproj')
-rw-r--r--PCbuild/tk.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj
index 20749f7..589338c 100644
--- a/PCbuild/tk.vcxproj
+++ b/PCbuild/tk.vcxproj
@@ -60,8 +60,8 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<PropertyGroup>
- <TkOpts>msvcrt</TkOpts>
- <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts>
+ <TkOpts>ucrt</TkOpts>
+ <TkOpts Condition="$(Configuration) == 'Debug'">symbols,ucrt</TkOpts>
<TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs>
<DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
<NMakeBuildCommandLine>setlocal