summaryrefslogtreecommitdiffstats
path: root/PCbuild/tcltk.props
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/tcltk.props
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/tcltk.props')
-rw-r--r--PCbuild/tcltk.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index 57bb98a..4261073 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -37,6 +37,7 @@
<BuildDirTop>Release</BuildDirTop>
<BuildDirTop Condition="$(Configuration) == 'Debug'">Debug</BuildDirTop>
<BuildDirTop Condition="$(TclMachine) != 'IX86'">$(BuildDirTop)_$(TclMachine)</BuildDirTop>
+ <BuildDirTop Condition="$(PlatformToolset) == 'v141'">$(BuildDirTop)_VC13</BuildDirTop>
<BuildDirTop Condition="$(PlatformToolset) == 'v140'">$(BuildDirTop)_VC13</BuildDirTop>
<BuildDirTop Condition="$(PlatformToolset) == 'v120'">$(BuildDirTop)_VC12</BuildDirTop>
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>