changeset: 97452:9cc3f2f2d810 parent: 97450:fc56a0300cd4 parent: 97451:0e2620831f17 user: Steve Dower date: Tue Aug 18 19:30:13 2015 -0700 description: Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. Triggers clean on buildbots. diff -r fc56a0300cd4 -r 9cc3f2f2d810 PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat Wed Aug 19 12:20:37 2015 +1200 +++ b/PCbuild/get_externals.bat Tue Aug 18 19:30:13 2015 -0700 @@ -57,7 +57,7 @@ openssl-1.0.2d tcl-core-8.6.4.2 tk-8.6.4.2 - tix-8.4.3.5 + tix-8.4.3.6 sqlite-3.8.11.0 xz-5.0.5 ) do ( diff -r fc56a0300cd4 -r 9cc3f2f2d810 PCbuild/tcltk.props --- a/PCbuild/tcltk.props Wed Aug 19 12:20:37 2015 +1200 +++ b/PCbuild/tcltk.props Tue Aug 18 19:30:13 2015 -0700 @@ -13,7 +13,7 @@ 8 4 3 - 5 + 6 $(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\ $(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\ $(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\ diff -r fc56a0300cd4 -r 9cc3f2f2d810 PCbuild/tix.vcxproj --- a/PCbuild/tix.vcxproj Wed Aug 19 12:20:37 2015 +1200 +++ b/PCbuild/tix.vcxproj Tue Aug 18 19:30:13 2015 -0700 @@ -57,8 +57,8 @@ BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" - DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=tg TK_DBGX=tg - DEBUG=0 NODEBUG=1 UCRT=1 TCL_DBGX=t TK_DBGX=t + DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g + DEBUG=0 NODEBUG=1 UCRT=1 setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' ') diff -r fc56a0300cd4 -r 9cc3f2f2d810 Tools/buildbot/build.bat --- a/Tools/buildbot/build.bat Wed Aug 19 12:20:37 2015 +1200 +++ b/Tools/buildbot/build.bat Tue Aug 18 19:30:13 2015 -0700 @@ -7,7 +7,7 @@ @rem a new version of an external library, especially Tcl/Tk): @rem 1) uncomment the following line: -@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only +call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only @rem 2) commit and push @rem 3) wait for all Windows bots to start a build with that changeset