[Python-3000-checkins] r64391 - in python/branches/py3k: Tools/buildbot/external-amd64.bat

amaury.forgeotdarc python-3000-checkins at python.org
Thu Jun 19 00:39:26 CEST 2008


Author: amaury.forgeotdarc
Date: Thu Jun 19 00:39:25 2008
New Revision: 64391

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Tools/buildbot/external-amd64.bat

Modified: python/branches/py3k/Tools/buildbot/external-amd64.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/external-amd64.bat	(original)
+++ python/branches/py3k/Tools/buildbot/external-amd64.bat	Thu Jun 19 00:39:25 2008
@@ -12,7 +12,7 @@
 )
 
 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


More information about the Python-3000-checkins mailing list