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
4a4bc34f
Commit
4a4bc34f
authored
Jun 08, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #21683: Add Tix build to the Windows buildbot scripts.
parent
f342f7b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+8
-0
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+2
-0
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+8
-0
No files found.
Tools/buildbot/external-amd64.bat
View file @
4a4bc34f
...
...
@@ -18,3 +18,11 @@ if not exist tcltk64\bin\tk85g.dll (
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.15.0
install
cd
..\..
)
if
not
exist
tcltk64
\lib\tix8.4.3\tix84g.dll
(
cd
tix
-
8
.4.3.5\win
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
AMD64
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk64
clean
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
AMD64
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk64
all
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
AMD64
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk64
install
cd
..\..
)
\ No newline at end of file
Tools/buildbot/external-common.bat
View file @
4a4bc34f
...
...
@@ -17,6 +17,7 @@ cd ..
@rem
if
exist
tk
-
8
.4.18.1
rd
/s/q
tk
-
8
.4.18.1
@rem
if
exist
tk
-
8
.5.2.0
rd
/s/q
tk
-
8
.5.2.0
@rem
if
exist
tk
-
8
.5.15.0
rd
/s/q
tk
-
8
.5.15.0
@rem
if
exist
tix
-
8
.4.3.5
rd
/s/q
tix
-
8
.4.3.5
@rem
if
exist
db
-
4
.4.20
rd
/s/q
db
-
4
.4.20
@rem
if
exist
db
-
4
.7.25.0
rd
/s/q
db
-
4
.7.25.0
@rem
if
exist
openssl
-
0
.9.8y
rd
/s/q
openssl
-
0
.9.8y
...
...
@@ -44,6 +45,7 @@ if not exist tcl-8.5.15.0 (
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.5.15.0
)
if
not
exist
tk
-
8
.5.15.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.15.0
if
not
exist
tix
-
8
.4.3.5
svn
export
http
://svn.python.org/projects/external/tix
-
8
.4.3.5
@rem
sqlite3
if
not
exist
sqlite
-
3
.6.21
(
...
...
Tools/buildbot/external.bat
View file @
4a4bc34f
...
...
@@ -19,3 +19,11 @@ if not exist tcltk\bin\tk85g.dll (
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.15.0
install
cd
..\..
)
if
not
exist
tcltk
\lib\tix8.4.3\tix84g.dll
(
cd
tix
-
8
.4.3.5\win
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
IX86
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk
clean
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
IX86
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk
all
nmake
-f
python
.mak
DEBUG
=
1
MACHINE
=
IX86
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCL_DIR
=
..\..\tcl
-
8
.5.15.0
TK_DIR
=
..\..\tk
-
8
.5.15.0
INSTALL_DIR
=
..\..\tcltk
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