From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Sep 2017 22:00:26 +0000 (-0700) Subject: [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391... X-Git-Tag: v3.6.3rc1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c67614c170a79bbe168ed2f3df5556c34f162b;p=python [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392) --- diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index 3dfd155810..28b9270e94 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -63,7 +63,7 @@ msvcrt symbols,msvcrt - INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" + BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props index 57bb98aeeb..4261073bcb 100644 --- a/PCbuild/tcltk.props +++ b/PCbuild/tcltk.props @@ -37,6 +37,7 @@ Release Debug $(BuildDirTop)_$(TclMachine) + $(BuildDirTop)_VC13 $(BuildDirTop)_VC13 $(BuildDirTop)_VC12 $(BuildDirTop)_VC11 diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj index a26318bbe7..747a8ff624 100644 --- a/PCbuild/tk.vcxproj +++ b/PCbuild/tk.vcxproj @@ -62,7 +62,7 @@ msvcrt symbols,msvcrt - TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))" + BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','