From: Steve Dower Date: Wed, 6 Sep 2017 20:55:42 +0000 (-0700) Subject: Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) X-Git-Tag: v3.7.0a1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d578442ed5ba5025e465b384341cb8646ffd819;p=python Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) --- diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index c940ab186f..4536cbc925 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 b913d34b0b..cad52b8f02 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 a1b8b9e10e..70b5459a08 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