diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:44:05 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:44:05 (GMT) |
commit | b98046b206020d4cefb0296ab893e946ba69b23f (patch) | |
tree | 1f75395abe11c85fae6a5ac79c442dba599a4735 /PCbuild/tix.vcxproj | |
parent | ab2a34abb7ffe959fc2a221d77943b51f82f8d65 (diff) | |
download | cpython-b98046b206020d4cefb0296ab893e946ba69b23f.zip cpython-b98046b206020d4cefb0296ab893e946ba69b23f.tar.gz cpython-b98046b206020d4cefb0296ab893e946ba69b23f.tar.bz2 |
Fixes file that did not graft correctly.
Diffstat (limited to 'PCbuild/tix.vcxproj')
-rw-r--r-- | PCbuild/tix.vcxproj | 4 |
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',' ') |