aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-06 13:55:42 -0700
committerGitHub <noreply@github.com>2017-09-06 13:55:42 -0700
commit5d578442ed5ba5025e465b384341cb8646ffd819 (patch)
treeb875ac5cee92525ef34941ea5fcd80123a66a060 /PCbuild/tcltk.props
parentbpo-30912: Don't check the content of ffi.h (GH-2687) (diff)
downloadcpython-5d578442ed5ba5025e465b384341cb8646ffd819.tar.gz
cpython-5d578442ed5ba5025e465b384341cb8646ffd819.tar.bz2
cpython-5d578442ed5ba5025e465b384341cb8646ffd819.zip
Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)
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 b913d34b0bd..cad52b8f022 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -36,6 +36,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>