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