Skip to content

Commit

Permalink
Fixes file that did not graft correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Aug 19, 2015
1 parent ab2a34a commit b98046b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCbuild/tix.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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','
')
Expand Down

0 comments on commit b98046b

Please sign in to comment.