From: Steve Dower Date: Sat, 12 Mar 2016 16:38:55 +0000 (-0800) Subject: Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. X-Git-Tag: v3.6.0a1~493^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3722e7b6f9f4a40bec7476479aef9f84395de2e;p=thirdparty%2FPython%2Fcpython.git Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. --- diff --git a/Misc/NEWS b/Misc/NEWS index df6ea422a0f7..b7a26176812d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -306,6 +306,9 @@ Tests Build ----- +- Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by + Bjoern Thiel. + - Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. - Issue #24421: Compile Modules/_math.c once, before building extensions. diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props index 5e794e553759..11dbffbdbfa3 100644 --- a/PCbuild/tcltk.props +++ b/PCbuild/tcltk.props @@ -37,9 +37,9 @@ Release Debug $(BuildDirTop)_$(TclMachine) - $(BuildDirTop)_VC13 - $(BuildDirTop)_VC12 - $(BuildDirTop)_VC11 - $(BuildDirTop)_VC10 + $(BuildDirTop)_VC13 + $(BuildDirTop)_VC12 + $(BuildDirTop)_VC11 + $(BuildDirTop)_VC10 \ No newline at end of file