summaryrefslogtreecommitdiffstats
path: root/PCbuild/tix.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-09 04:39:01 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-09 04:39:01 (GMT)
commitfcbe1df4afe10eed49e97bf08ba748f9140a5bf3 (patch)
tree24df31883a5d686b9536fa7ad0db07616d2c7aa1 /PCbuild/tix.vcxproj
parent0130e2991d901d43237d21df47c2adc8222233ba (diff)
downloadcpython-fcbe1df4afe10eed49e97bf08ba748f9140a5bf3.zip
cpython-fcbe1df4afe10eed49e97bf08ba748f9140a5bf3.tar.gz
cpython-fcbe1df4afe10eed49e97bf08ba748f9140a5bf3.tar.bz2
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
Diffstat (limited to 'PCbuild/tix.vcxproj')
-rw-r--r--PCbuild/tix.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/tix.vcxproj b/PCbuild/tix.vcxproj
index a1dad1e..f857f9e 100644
--- a/PCbuild/tix.vcxproj
+++ b/PCbuild/tix.vcxproj
@@ -57,8 +57,8 @@
<PropertyGroup>
<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs>
- <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g</DebugFlags>
- <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1</DebugFlags>
+ <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g</DebugFlags>
+ <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags>
<NMakeBuildCommandLine>setlocal
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
')