Skip to content

Commit 92497a4

Browse files
committed
Issue #21017: Enable Tix debug build on Windows
1 parent 4bcf5a5 commit 92497a4

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

PCbuild/pcbuild.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,9 @@ Global
684684
{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}.Release|x64.ActiveCfg = Release|x64
685685
{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}.Release|x64.Build.0 = Release|x64
686686
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|Win32.ActiveCfg = Debug|Win32
687+
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|Win32.Build.0 = Debug|Win32
687688
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|x64.ActiveCfg = Debug|x64
689+
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|x64.Build.0 = Debug|x64
688690
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32
689691
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|Win32.Build.0 = PGInstrument|Win32
690692
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|x64.ActiveCfg = PGInstrument|x64

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
2424
<tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir>
2525
<tkDir>$(externalsDir)\tk-8.6.1.0</tkDir>
26-
<tixDir>$(externalsDir)\tix-8.4.3.3</tixDir>
26+
<tixDir>$(externalsDir)\tix-8.4.3.4</tixDir>
2727
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
2828
</PropertyGroup>
2929
<ItemDefinitionGroup>

Tools/buildbot/external-common.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if not exist tcl-8.6.1.0 (
3535
svn export http://svn.python.org/projects/external/tcl-8.6.1.0
3636
)
3737
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
38-
if not exist tix-8.4.3.3 svn export http://svn.python.org/projects/external/tix-8.4.3.3
38+
if not exist tix-8.4.3.4 svn export http://svn.python.org/projects/external/tix-8.4.3.4
3939

4040
@rem sqlite3
4141
if not exist sqlite-3.8.3.1 (

0 commit comments

Comments
 (0)