]> granicus.if.org Git - python/commitdiff
Update Tcl/Tk to 8.6.3
authorZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 21:42:10 +0000 (15:42 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 21:42:10 +0000 (15:42 -0600)
- 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

PCbuild/get_externals.bat
PCbuild/tcltk.props

index c655f6ffda334071912d3f662f5d3c34789fb12c..80f6d9b50f6ae767ad1254aa692f154a10b06dd6 100644 (file)
@@ -55,8 +55,8 @@ for %%e in (
             bzip2-1.0.6
             nasm-2.11.06
             openssl-1.0.1j
-            tcl-8.6.1.0
-            tk-8.6.1.0
+            tcl-core-8.6.3.1
+            tk-8.6.3.1
             tix-8.4.3.4
             sqlite-3.8.3.1
             xz-5.0.5
index abccd61171eb783a53efe6d205bb1bb00872e8e9..f5a8643559c70be0db0261d99a300a0e4cf0d99c 100644 (file)
@@ -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>