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
638f6c14
Commit
638f6c14
authored
May 13, 2012
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert build slave scripts to work with VS2010
parent
40e41bb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Tools/buildbot/build-amd64.bat
Tools/buildbot/build-amd64.bat
+3
-2
Tools/buildbot/build.bat
Tools/buildbot/build.bat
+3
-2
No files found.
Tools/buildbot/build-amd64.bat
View file @
638f6c14
...
...
@@ -2,5 +2,6 @@
cmd
/c
Tools
\buildbot\external
-amd
64
.bat
call
"
%VS1
00COMNTOOLS
%
\..\..\VC\vcvarsall.bat"
x86_amd64
cmd
/c
Tools
\buildbot\clean
-amd
64
.bat
vcbuild
/useenv
PCbuild
\kill_python.vcproj
"Debug|x64"
&&
PCbuild
\amd64\kill_python_d.exe
vcbuild
PCbuild
\pcbuild.sln
"Debug|x64"
msbuild
/p
:useenv
=
true
PCbuild
\kill_python.vcxproj
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x64
PCbuild
\amd64\kill_python_d.exe
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x64
Tools/buildbot/build.bat
View file @
638f6c14
...
...
@@ -2,6 +2,7 @@
cmd
/c
Tools
\buildbot\external.bat
call
"
%VS1
00COMNTOOLS
%vsvars3
2.bat"
cmd
/c
Tools
\buildbot\clean.bat
vcbuild
/useenv
PCbuild
\kill_python.vcproj
"Debug|Win32"
&&
PCbuild
\kill_python_d.exe
vcbuild
/useenv
PCbuild
\pcbuild.sln
"Debug|Win32"
msbuild
/p
:useenv
=
true
PCbuild
\kill_python.vcxproj
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x86
PCbuild
\kill_python_d.exe
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x86
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