summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 21:33:58 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 21:33:58 (GMT)
commitd574633894bd99a56e081fc56c536b5f1686b6ef (patch)
tree2048f8fccf9113686f8cbee3a5cee62e73488d3b
parent7248fd833cebce0328cfc3a343275119616f0f25 (diff)
downloadcpython-d574633894bd99a56e081fc56c536b5f1686b6ef.zip
cpython-d574633894bd99a56e081fc56c536b5f1686b6ef.tar.gz
cpython-d574633894bd99a56e081fc56c536b5f1686b6ef.tar.bz2
Typo in a directory name. Should help the AMD64 buildbots
-rw-r--r--Tools/buildbot/external-amd64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat
index 5b3c5f6..902e37a 100644
--- a/Tools/buildbot/external-amd64.bat
+++ b/Tools/buildbot/external-amd64.bat
@@ -12,7 +12,7 @@ if not exist tcltk64\bin\tcl85g.dll (
)
if not exist tcltk64\bin\tk85g.dll (
- cd tk-8.5.2.1\win
+ cd tk-8.5.2.0\win
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install