summaryrefslogtreecommitdiffstats
path: root/PCbuild/tk.vcxproj
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-09-06 22:00:26 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-09-06 22:00:26 (GMT)
commit34c67614c170a79bbe168ed2f3df5556c34f162b (patch)
tree70f08b024b00f8fedf11f731878e70f973607945 /PCbuild/tk.vcxproj
parent98ceece8f4cd797ec28078b6247529f01549687d (diff)
downloadcpython-34c67614c170a79bbe168ed2f3df5556c34f162b.zip
cpython-34c67614c170a79bbe168ed2f3df5556c34f162b.tar.gz
cpython-34c67614c170a79bbe168ed2f3df5556c34f162b.tar.bz2
[3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392)
Diffstat (limited to 'PCbuild/tk.vcxproj')
-rw-r--r--PCbuild/tk.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj
index a26318b..747a8ff 100644
--- a/PCbuild/tk.vcxproj
+++ b/PCbuild/tk.vcxproj
@@ -62,7 +62,7 @@
<PropertyGroup>
<TkOpts>msvcrt</TkOpts>
<TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts>
- <TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs>
+ <TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs>
<DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
<NMakeBuildCommandLine>setlocal
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','