Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7e6939

Browse files
committed
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
1 parent 9f0cbbc commit e7e6939

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for %%e in (
5757
openssl-1.0.2d
5858
tcl-core-8.6.4.2
5959
tk-8.6.4.2
60-
tix-8.4.3.5
60+
tix-8.4.3.6
6161
sqlite-3.8.11.0
6262
xz-5.0.5
6363
) do (

PCbuild/tcltk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TixMajorVersion>8</TixMajorVersion>
1414
<TixMinorVersion>4</TixMinorVersion>
1515
<TixPatchLevel>3</TixPatchLevel>
16-
<TixRevision>5</TixRevision>
16+
<TixRevision>6</TixRevision>
1717
<tclDir>$(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\</tclDir>
1818
<tkDir>$(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\</tkDir>
1919
<tixDir>$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\</tixDir>

PCbuild/tix.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<PropertyGroup>
5959
<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs>
60-
<DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=tg TK_DBGX=tg</DebugFlags>
61-
<DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1 TCL_DBGX=t TK_DBGX=t</DebugFlags>
60+
<DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g</DebugFlags>
61+
<DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1</DebugFlags>
6262
<NMakeBuildCommandLine>setlocal
6363
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
6464
')

Tools/buildbot/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ call "%~dp0clean.bat" %*
77
@rem a new version of an external library, especially Tcl/Tk):
88
@rem 1) uncomment the following line:
99

10-
@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
10+
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
1111

1212
@rem 2) commit and push
1313
@rem 3) wait for all Windows bots to start a build with that changeset

0 commit comments

Comments
 (0)