summaryrefslogtreecommitdiffstats
path: root/PCbuild/tk.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-06 20:55:42 (GMT)
committerGitHub <noreply@github.com>2017-09-06 20:55:42 (GMT)
commit5d578442ed5ba5025e465b384341cb8646ffd819 (patch)
treeb875ac5cee92525ef34941ea5fcd80123a66a060 /PCbuild/tk.vcxproj
parent6d51b876121e472d4372496d609a26d7e3081c51 (diff)
downloadcpython-5d578442ed5ba5025e465b384341cb8646ffd819.zip
cpython-5d578442ed5ba5025e465b384341cb8646ffd819.tar.gz
cpython-5d578442ed5ba5025e465b384341cb8646ffd819.tar.bz2
Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)
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 a1b8b9e..70b5459 100644
--- a/PCbuild/tk.vcxproj
+++ b/PCbuild/tk.vcxproj
@@ -54,7 +54,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>
<WarningsFlags>WARNINGS="-W3 -wd4244 -wd4267 -wd4311 -wd4312 -wd4334"</WarningsFlags>
<NMakeBuildCommandLine>setlocal