diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-09-06 20:55:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 20:55:42 (GMT) |
commit | 5d578442ed5ba5025e465b384341cb8646ffd819 (patch) | |
tree | b875ac5cee92525ef34941ea5fcd80123a66a060 /PCbuild/tcl.vcxproj | |
parent | 6d51b876121e472d4372496d609a26d7e3081c51 (diff) | |
download | cpython-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/tcl.vcxproj')
-rw-r--r-- | PCbuild/tcl.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index c940ab1..4536cbc 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -53,7 +53,7 @@ <PropertyGroup> <TclOpts>msvcrt</TclOpts> <TclOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TclOpts> - <TclDirs>INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs> + <TclDirs>BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs> <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> <WarningsFlags>WARNINGS="-W3 -wd4311 -wd4312"</WarningsFlags> <NMakeBuildCommandLine>setlocal |