Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
16ad7a25
Commit
16ad7a25
authored
Jun 23, 2012
by
Stefan Krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #15102: Fix paths in external-amd64.bat.
parent
a4f9e360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+5
-5
No files found.
Tools/buildbot/external-amd64.bat
View file @
16ad7a25
...
...
@@ -5,17 +5,17 @@ call "Tools\buildbot\external-common.bat"
call
"
%VS1
00COMNTOOLS
%
\..\..\VC\vcvarsall.bat"
x86_amd64
if
not
exist
tcltk64
\bin\tcl85g.dll
(
cd
tcl
-
8
.5.
9
.0\win
cd
tcl
-
8
.5.
11
.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
clean
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
install
cd
..\..
)
if
not
exist
tcltk64
\bin\tk85g.dll
(
cd
tk
-
8
.5.
9
.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9
.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9
.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9
.0
install
cd
tk
-
8
.5.
11
.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
11
.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
11
.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
11
.0
install
cd
..\..
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment