From 34c67614c170a79bbe168ed2f3df5556c34f162b Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Sep 2017 15:00:26 -0700 Subject: [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392) --- PCbuild/tcl.vcxproj | 2 +- PCbuild/tcltk.props | 1 + PCbuild/tk.vcxproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index 3dfd155..28b9270 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 57bb98a..4261073 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 a26318b..747a8ff 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',' -- cgit v0.12