diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
commit | ab2a34abb7ffe959fc2a221d77943b51f82f8d65 (patch) | |
tree | ee6dd48624462d1f21accc25d289e24ebef690df /PCbuild/tix.vcxproj | |
parent | 6707906ea5e0df1132d3cd0c77707ccc19948341 (diff) | |
download | cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.zip cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.gz cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.bz2 |
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'PCbuild/tix.vcxproj')
-rw-r--r-- | PCbuild/tix.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/PCbuild/tix.vcxproj b/PCbuild/tix.vcxproj index 74a6b84..1786324 100644 --- a/PCbuild/tix.vcxproj +++ b/PCbuild/tix.vcxproj @@ -56,11 +56,9 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <PropertyGroup> - <TkOpts>msvcrt</TkOpts> - <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> <TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs> - <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> - <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags> + <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=tg TK_DBGX=tg</DebugFlags> + <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1 TCL_DBGX=t TK_DBGX=t</DebugFlags> <NMakeBuildCommandLine>setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' ') |