diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-06 22:00:26 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-09-06 22:00:26 (GMT) |
commit | 34c67614c170a79bbe168ed2f3df5556c34f162b (patch) | |
tree | 70f08b024b00f8fedf11f731878e70f973607945 /PCbuild/tk.vcxproj | |
parent | 98ceece8f4cd797ec28078b6247529f01549687d (diff) | |
download | cpython-34c67614c170a79bbe168ed2f3df5556c34f162b.zip cpython-34c67614c170a79bbe168ed2f3df5556c34f162b.tar.gz cpython-34c67614c170a79bbe168ed2f3df5556c34f162b.tar.bz2 |
[3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392)
Diffstat (limited to 'PCbuild/tk.vcxproj')
-rw-r--r-- | PCbuild/tk.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <PropertyGroup> <TkOpts>msvcrt</TkOpts> <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> - <TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs> + <TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs> <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> <NMakeBuildCommandLine>setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' |