aboutsummaryrefslogtreecommitdiff
path: root/PCbuild/tcltk.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-12-15 15:42:10 -0600
committerZachary Ware <zachary.ware@gmail.com>2014-12-15 15:42:10 -0600
commitfb8ca22ff1e2916b5507e60df28b3759c447ccc9 (patch)
treee81488fe241b15719dc25d985b8f3fa636b9083b /PCbuild/tcltk.props
parentcd441c4a79c61031758fb10a2f2c9ec7dd802326 (diff)
downloadcpython3-fb8ca22ff1e2916b5507e60df28b3759c447ccc9.tar.gz
Update Tcl/Tk to 8.6.3
- new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
Diffstat (limited to 'PCbuild/tcltk.props')
-rw-r--r--PCbuild/tcltk.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index abccd61171..f5a8643559 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,8 +4,8 @@
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>1</TclPatchLevel>
- <TclRevision>0</TclRevision>
+ <TclPatchLevel>3</TclPatchLevel>
+ <TclRevision>1</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
@@ -14,7 +14,7 @@
<TixMinorVersion>4</TixMinorVersion>
<TixPatchLevel>3</TixPatchLevel>
<TixRevision>4</TixRevision>
- <tclDir>$(ExternalsDir)tcl-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\</tclDir>
+ <tclDir>$(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\</tclDir>
<tkDir>$(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\</tkDir>
<tixDir>$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\</tixDir>
<tcltkDir>$(ExternalsDir)tcltk\</tcltkDir>