summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-08-19 15:44:05 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-08-19 15:44:05 (GMT)
commitb98046b206020d4cefb0296ab893e946ba69b23f (patch)
tree1f75395abe11c85fae6a5ac79c442dba599a4735
parentab2a34abb7ffe959fc2a221d77943b51f82f8d65 (diff)
downloadcpython-b98046b206020d4cefb0296ab893e946ba69b23f.zip
cpython-b98046b206020d4cefb0296ab893e946ba69b23f.tar.gz
cpython-b98046b206020d4cefb0296ab893e946ba69b23f.tar.bz2
Fixes file that did not graft correctly.
-rw-r--r--PCbuild/tix.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/tix.vcxproj b/PCbuild/tix.vcxproj
index 1786324..a1dad1e 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=tg TK_DBGX=tg</DebugFlags>
- <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1 TCL_DBGX=t TK_DBGX=t</DebugFlags>
+ <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>
<NMakeBuildCommandLine>setlocal
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
')