File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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')
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments