From: Amaury Forgeot d'Arc Date: Wed, 18 Jun 2008 21:33:58 +0000 (+0000) Subject: Typo in a directory name. Should help the AMD64 buildbots X-Git-Tag: v2.6b1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d574633894bd99a56e081fc56c536b5f1686b6ef;p=thirdparty%2FPython%2Fcpython.git Typo in a directory name. Should help the AMD64 buildbots --- diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat index 5b3c5f6ece35..902e37a9d666 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