Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7b5f8

Browse files
committed
Merged revisions 64387 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent c80902e commit 8a7b5f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/external-amd64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if not exist tcltk64\bin\tcl85g.dll (
1212
)
1313

1414
if not exist tcltk64\bin\tk85g.dll (
15-
cd tk-8.5.2.1\win
15+
cd tk-8.5.2.0\win
1616
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean
1717
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all
1818
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install

0 commit comments

Comments
 (0)