From fb8ca22ff1e2916b5507e60df28b3759c447ccc9 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 15 Dec 2014 15:42:10 -0600 Subject: 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 --- PCbuild/tcltk.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PCbuild/tcltk.props') diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props index abccd61171e..f5a8643559c 100644 --- a/PCbuild/tcltk.props +++ b/PCbuild/tcltk.props @@ -4,8 +4,8 @@ 8 6 - 1 - 0 + 3 + 1 $(TclMajorVersion) $(TclMinorVersion) $(TclPatchLevel) @@ -14,7 +14,7 @@ 4 3 4 - $(ExternalsDir)tcl-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\ + $(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\ $(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\ $(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\ $(ExternalsDir)tcltk\ -- cgit v1.2.3-65-gdbad