- Issue #10706: Remove outdated script runtests.sh. Either ``make test``
or ``python -m test`` should be used instead.
+Build
+-----
+
+- The Windows build now uses Tcl/Tk 8.5.9.
+
What's New in Python 3.2 Beta 1?
================================
here = os.path.abspath(os.path.dirname(__file__))
par = os.path.pardir
-TCL = "tcl8.5.2"
-TK = "tk8.5.2"
+TCL = "tcl8.5.9"
+TK = "tk8.5.9"
TIX = "tix-8.4.3.x"
ROOT = os.path.abspath(os.path.join(here, par, par))
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64\r
\r
if not exist tcltk64\bin\tcl85g.dll (\r
- cd tcl-8.5.2.1\win\r
+ cd tcl-8.5.9.0\win\r
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all\r
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install\r
cd ..\..\r
)\r
\r
if not exist tcltk64\bin\tk85g.dll (\r
- cd tk-8.5.2.0\win \r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean\r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all\r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install\r
+ cd tk-8.5.9.0\win \r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 clean\r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 all\r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 install\r
cd ..\..\r
)\r
\r
if not exist openssl-1.0.0a svn export http://svn.python.org/projects/external/openssl-1.0.0a\r
\r
@rem tcl/tk\r
-if not exist tcl-8.5.2.1 (\r
+if not exist tcl-8.5.9.0 (\r
rd /s/q tcltk tcltk64\r
- svn export http://svn.python.org/projects/external/tcl-8.5.2.1\r
+ svn export http://svn.python.org/projects/external/tcl-8.5.9.0\r
)\r
-if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0\r
+if not exist tk-8.5.9.0 svn export http://svn.python.org/projects/external/tk-8.5.9.0\r
\r
@rem sqlite3\r
if not exist sqlite-3.6.21 (\r
\r
if not exist tcltk\bin\tcl85g.dll (\r
@rem all and install need to be separate invocations, otherwise nmakehlp is not found on install\r
- cd tcl-8.5.2.1\win\r
+ cd tcl-8.5.9.0\win\r
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 INSTALLDIR=..\..\tcltk clean all \r
nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk install\r
cd ..\..\r
)\r
\r
if not exist tcltk\bin\tk85g.dll (\r
- cd tk-8.5.2.0\win \r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 clean\r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 all\r
- nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install\r
+ cd tk-8.5.9.0\win \r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.9.0 clean\r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.9.0 all\r
+ nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.9.0 install\r
cd ..\..\r
)\r