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

Skip to content

Commit 16ad7a2

Browse files
author
Stefan Krah
committed
Issue #15102: Fix paths in external-amd64.bat.
1 parent a4f9e36 commit 16ad7a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Tools/buildbot/external-amd64.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ call "Tools\buildbot\external-common.bat"
55
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
66

77
if not exist tcltk64\bin\tcl85g.dll (
8-
cd tcl-8.5.9.0\win
8+
cd tcl-8.5.11.0\win
99
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all
1010
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
1111
cd ..\..
1212
)
1313

1414
if not exist tcltk64\bin\tk85g.dll (
15-
cd tk-8.5.9.0\win
16-
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 clean
17-
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 all
18-
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.9.0 install
15+
cd tk-8.5.11.0\win
16+
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.11.0 clean
17+
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.11.0 all
18+
nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.11.0 install
1919
cd ..\..
2020
)
2121

0 commit comments

Comments
 (0)