From 5d578442ed5ba5025e465b384341cb8646ffd819 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 6 Sep 2017 13:55:42 -0700 Subject: [PATCH] Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) --- 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 c940ab186f7..4536cbc925b 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -53,7 +53,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" WARNINGS="-W3 -wd4311 -wd4312" setlocal 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 @@ Release Debug $(BuildDirTop)_$(TclMachine) + $(BuildDirTop)_VC13 $(BuildDirTop)_VC13 $(BuildDirTop)_VC12 $(BuildDirTop)_VC11 diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj index a1b8b9e10e8..70b5459a081 100644 --- a/PCbuild/tk.vcxproj +++ b/PCbuild/tk.vcxproj @@ -54,7 +54,7 @@ msvcrt symbols,msvcrt - TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))" + BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" WARNINGS="-W3 -wd4244 -wd4267 -wd4311 -wd4312 -wd4334" setlocal