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
09208776
Commit
09208776
authored
Jan 01, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Visual Studio 2009 on the build slaves.
parent
0a05dfc4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
26 deletions
+32
-26
Tools/buildbot/build.bat
Tools/buildbot/build.bat
+3
-2
Tools/buildbot/buildmsi.bat
Tools/buildbot/buildmsi.bat
+2
-2
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+1
-1
Tools/buildbot/clean.bat
Tools/buildbot/clean.bat
+5
-5
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+17
-12
Tools/buildbot/kill_python.c
Tools/buildbot/kill_python.c
+4
-4
No files found.
Tools/buildbot/build.bat
View file @
09208776
@rem
Used
by
the
buildbot
"compile"
step
.
cmd
/c
Tools
\buildbot\external.bat
call
"
%VS
7
1
COMNTOOLS
%vsvars3
2.bat"
call
"
%VS
9
0
COMNTOOLS
%vsvars3
2.bat"
cmd
/q/c
Tools
\buildbot\kill_python.bat
devenv
.com
/useenv /build
Debug
PC
\VS7.1\pcbuild.sln
vcbuild
/useenv
PCbuild
\pcbuild.sln
"Debug|Win32"
Tools/buildbot/buildmsi.bat
View file @
09208776
...
...
@@ -2,14 +2,14 @@
cmd
/c
Tools
\buildbot\external.bat
@rem
build
release
versions
of
things
call
"
%VS
7
1
COMNTOOLS
%vsvars3
2.bat"
call
"
%VS
9
0
COMNTOOLS
%vsvars3
2.bat"
if
not
exist
..\db
-
4
.4.20\build_win32\release\libdb44s.lib
(
devenv
..\db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Release
/project
db_static
)
@rem
build
Python
cmd
/q/c
Tools
\buildbot\kill_python.bat
devenv
.com
/useenv /build
Release
PC
\VS7.1
\pcbuild.sln
devenv
.com
/useenv /build
Release
PC
build
\pcbuild.sln
@rem
build
the
documentation
bash
.exe
-c
'cd Doc;make PYTHON=python2.5 update htmlhelp'
...
...
Tools/buildbot/clean-amd64.bat
View file @
09208776
...
...
@@ -2,5 +2,5 @@
call
"
%VS7
1COMNTOOLS
%vsvars3
2.bat"
cd
PC
\VS7.1
@echo
Deleting
.pyc/.pyo
files
...
python
.exe
rmpyc
.py
del
/s
Lib
\
*
.pyc
Lib
\
*
.pyo
devenv
.com
/clean
ReleaseAMD64
pcbuild
.sln
Tools/buildbot/clean.bat
View file @
09208776
@rem
Used
by
the
buildbot
"clean"
step
.
call
"
%VS
7
1
COMNTOOLS
%vsvars3
2.bat"
cd
PC
\VS7.1
call
"
%VS
9
0
COMNTOOLS
%vsvars3
2.bat"
cd
PC
build
@echo
Deleting
.pyc/.pyo
files
...
python_d
.exe
rmpyc
.py
devenv
.com
/clean
Release
pcbuild
.sln
devenv
.com
/clean
Debug
pcbuild
.sln
del
/s
Lib
\
*
.pyc
Lib
\
*
.pyo
vcbuild
/clean
pcbuild
.sln
"Release|Win32"
vcbuild
/clean
pcbuild
.sln
"Debug|Win32"
Tools/buildbot/external.bat
View file @
09208776
...
...
@@ -2,7 +2,7 @@
@rem
Assume
we
start
inside
the
Python
source
directory
cd
..
call
"
%VS
7
1
COMNTOOLS
%vsvars3
2.bat"
call
"
%VS
9
0
COMNTOOLS
%vsvars3
2.bat"
@rem
bzip
if
not
exist
bzip2
-
1
.0.3
svn
export
http
://svn.python.org/projects/external/bzip2
-
1
.0.3
...
...
@@ -10,24 +10,29 @@ if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip
@rem
Sleepycat
db
if
not
exist
db
-
4
.4.20
svn
export
http
://svn.python.org/projects/external/db
-
4
.4.20
if
not
exist
db
-
4
.4.20\build_win32\debug\libdb44sd.lib
(
devenv
db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Debug
/project
db_static
vcbuild
db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Debug
/project
db_static
)
@rem
OpenSSL
if
not
exist
openssl
-
0
.9.8a
svn
export
http
://svn.python.org/projects/external/openssl
-
0
.9.8a
if
not
exist
openssl
-
0
.9.8g
(
if
exist
openssl
-
0
.9.8a
rd
/s/q
openssl
-
0
.9.8a
svn
export
http
://svn.python.org/projects/external/openssl
-
0
.9.8g
)
@rem
tcltk
if
not
exist
tcl8
.4.1
2
(
if
not
exist
tcl8
.4.1
6
(
if
exist
tcltk
rd
/s/q
tcltk
svn
export
http
://svn.python.org/projects/external/tcl8.4.12
svn
export
http
://svn.python.org/projects/external/tk8.4.12
cd
tcl8
.4.12\win
nmake
-f
makefile
.vc
nmake
-f
makefile
.vc
INSTALLDIR
=
..\..\tcltk
install
if
exist
tcl8
.4.12
rd
/s/q
tcl8
.4.12
if
exist
tk8
.4.12
rd
/s/q
tk8
.4.12
svn
export
http
://svn.python.org/projects/external/tcl8.4.16
svn
export
http
://svn.python.org/projects/external/tk8.4.16
cd
tcl8
.4.16\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
INSTALLDIR
=
..\..\tcltk
install
cd
..\..
cd
tk8
.4.1
2
\win
nmake
-f
makefile
.vc
TCLDIR
=
..\..\tcl8.4.12
nmake
-f
makefile
.vc
TCLDIR
=
..\..\tcl8.4.12
INSTALLDIR
=
..\..\tcltk
install
cd
tk8
.4.1
6
\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCLDIR
=
..\..\tcl8.4.16
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
TCLDIR
=
..\..\tcl8.4.16
INSTALLDIR
=
..\..\tcltk
install
cd
..\..
)
...
...
Tools/buildbot/kill_python.c
View file @
09208776
/* This program looks for processes which have build\PC
\VS7.1
\python.exe
/* This program looks for processes which have build\PC
build
\python.exe
in their path and terminates them. */
#include <windows.h>
#include <psapi.h>
...
...
@@ -46,14 +46,14 @@ int main()
/* Check if we are running a buildbot version of Python.
On Windows, this will always be a debug build from the
PC
\VS7.1 directory. build\\PC\\VS7.1
\\python_d.exe
PC
build directory. build\\PCbuild
\\python_d.exe
On Cygwin, the pathname is similar to other Unixes.
Use \\build\\python.exe to ensure we don't match
PC
\\VS7.1
\\python.exe which could be a normal instance
PC
build
\\python.exe which could be a normal instance
of Python running on vanilla Windows.
*/
if
((
strstr
(
path
,
"
build
\\
pc
\\
vs7.1
\\
python_d.exe"
)
!=
NULL
)
||
if
((
strstr
(
path
,
"
pcbuild
\\
python_d.exe"
)
!=
NULL
)
||
(
strstr
(
path
,
"
\\
build
\\
python.exe"
)
!=
NULL
))
{
printf
(
"Terminating %s (pid %d)
\n
"
,
path
,
pids
[
i
]);
if
(
!
TerminateProcess
(
hProcess
,
1
))
{
...
...
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