Kaydet (Commit) fb8ca22f authored tarafından Zachary Ware's avatar Zachary Ware

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
üst cd441c4a
...@@ -55,8 +55,8 @@ for %%e in ( ...@@ -55,8 +55,8 @@ for %%e in (
bzip2-1.0.6 bzip2-1.0.6
nasm-2.11.06 nasm-2.11.06
openssl-1.0.1j openssl-1.0.1j
tcl-8.6.1.0 tcl-core-8.6.3.1
tk-8.6.1.0 tk-8.6.3.1
tix-8.4.3.4 tix-8.4.3.4
sqlite-3.8.3.1 sqlite-3.8.3.1
xz-5.0.5 xz-5.0.5
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<PropertyGroup> <PropertyGroup>
<TclMajorVersion>8</TclMajorVersion> <TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion> <TclMinorVersion>6</TclMinorVersion>
<TclPatchLevel>1</TclPatchLevel> <TclPatchLevel>3</TclPatchLevel>
<TclRevision>0</TclRevision> <TclRevision>1</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion> <TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion> <TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel> <TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<TixMinorVersion>4</TixMinorVersion> <TixMinorVersion>4</TixMinorVersion>
<TixPatchLevel>3</TixPatchLevel> <TixPatchLevel>3</TixPatchLevel>
<TixRevision>4</TixRevision> <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> <tkDir>$(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\</tkDir>
<tixDir>$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\</tixDir> <tixDir>$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\</tixDir>
<tcltkDir>$(ExternalsDir)tcltk\</tcltkDir> <tcltkDir>$(ExternalsDir)tcltk\</tcltkDir>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment