From 6de2d4da7d8b05b5314087a0f38a56bf4a6d4a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 30 Aug 2004 09:22:04 +0000 Subject: Bump Tk version to 8.4.7. Build into tcltk directory. --- PCbuild/_tkinter.vcproj | 18 +++++++++--------- PCbuild/readme.txt | 46 +++++++++++++++++++--------------------------- 2 files changed, 28 insertions(+), 36 deletions(-) diff --git a/PCbuild/_tkinter.vcproj b/PCbuild/_tkinter.vcproj index a2405f1..7179369 100644 --- a/PCbuild/_tkinter.vcproj +++ b/PCbuild/_tkinter.vcproj @@ -21,7 +21,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC" + AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC" PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" StringPooling="TRUE" RuntimeLibrary="2" @@ -39,11 +39,11 @@ Name="VCCustomBuildTool"/> All Programs -> Microsoft Visual Studio .NET 2003 -> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt" to get a shell window with the correct environment settings - cd dist\tcl8.4.5\win + cd dist\tcl8.4.7\win nmake -f makefile.vc - nmake -f makefile.vc INSTALLDIR=..\..\tcl84 install + nmake -f makefile.vc INSTALLDIR=..\..\tcltk install XXX Should we compile with OPTS=threads? Optional: run tests, via nmake -f makefile.vc test - On WinXP Pro, wholly up to date as of 11-Apr-2004: - all.tcl: Total 10564 Passed 9855 Skipped 708 Failed 1 + On WinXP Pro, wholly up to date as of 30-Aug-2004: + all.tcl: Total 10572 Passed 9869 Skipped 703 Failed 0 Sourced 129 Test Files. - Files with failing tests: httpold.test + Files with failing tests: ioCmd.test Build Tk -------- - cd dist\tk8.4.5\win - nmake -f makefile.vc TCLDIR=..\..\tcl8.4.5 - nmake -f makefile.vc TCLDIR=..\..\tcl8.4.5 INSTALLDIR=..\..\tcl84 install + cd dist\tk8.4.7\win + nmake -f makefile.vc TCLDIR=..\..\tcl8.4.7 + nmake -f makefile.vc TCLDIR=..\..\tcl8.4.7 INSTALLDIR=..\..\tcltk install XXX Should we compile with OPTS=threads? @@ -109,21 +109,13 @@ _tkinter XXX directory. Is all of that really needed for Python use of Tcl/Tk? Optional: run tests, via - nmake -f makefile.vc TCLDIR=..\..\tcl8.4.5 test - - On WinXP Pro, wholly up to date as of 11-Apr-2004: - all.tcl: Total 8327 Passed 6717 Skipped 1579 Failed 31 - Sourced 182 Test Files. - Files with failing tests: canvImg.test scale.test scrollbar.test textWind.test winWm.test - - - Make sure the installer matches - ------------------------------- - Ensure that the Wise compiler vrbl _TCLDIR_ is set to the name of - the common Tcl/Tk installation directory (tcl84 for the instructions - above). This is needed so the installer can copy various Tcl/Tk - files into the Python distribution. + nmake -f makefile.vc TCLDIR=..\..\tcl8.4.7 test + On WinXP Pro, wholly up to date as of 30-Aug-2004: + all.tcl: Total 8421 Passed 6826 Skipped 1581 Failed 14 + Sourced 91 Test Files. + Files with failing tests: frame.test scrollbar.test textWind.test winDialog.test + winWm.test winfo.test zlib Python wrapper for the zlib compression library. Get the source code -- cgit v0.12