From b98046b206020d4cefb0296ab893e946ba69b23f Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 19 Aug 2015 08:44:05 -0700 Subject: Fixes file that did not graft correctly. --- PCbuild/tix.vcxproj | 4 ++-- 1 file 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 @@ BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" - DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=tg TK_DBGX=tg - DEBUG=0 NODEBUG=1 UCRT=1 TCL_DBGX=t TK_DBGX=t + DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g + DEBUG=0 NODEBUG=1 UCRT=1 setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' ') -- cgit v0.12