summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/external-amd64.bat
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 22:39:25 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 22:39:25 (GMT)
commit8a7b5f8cfcd3457114679cbf9a8fb8ebb38e1aeb (patch)
tree4aa364df2f304918ed5f696e3cd70f8f221fec44 /Tools/buildbot/external-amd64.bat
parentc80902eac8cc71c4a6eb64d65a07c78d1825a94e (diff)
downloadcpython-8a7b5f8cfcd3457114679cbf9a8fb8ebb38e1aeb.zip
cpython-8a7b5f8cfcd3457114679cbf9a8fb8ebb38e1aeb.tar.gz
cpython-8a7b5f8cfcd3457114679cbf9a8fb8ebb38e1aeb.tar.bz2
Merged revisions 64387 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64387 | amaury.forgeotdarc | 2008-06-18 23:33:58 +0200 (mer., 18 juin 2008) | 2 lines Typo in a directory name. Should help the AMD64 buildbots ........
Diffstat (limited to 'Tools/buildbot/external-amd64.bat')
-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 c38e612..0f46cf9 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