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
3ec14d29
Commit
3ec14d29
authored
May 13, 2012
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the clean and MSI scripts for VS2010
parent
32c0b54d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Tools/buildbot/buildmsi.bat
Tools/buildbot/buildmsi.bat
+1
-1
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+2
-2
Tools/buildbot/clean.bat
Tools/buildbot/clean.bat
+2
-2
No files found.
Tools/buildbot/buildmsi.bat
View file @
3ec14d29
...
...
@@ -5,7 +5,7 @@ cmd /c Tools\buildbot\external.bat
call
"
%VS1
00COMNTOOLS
%vsvars3
2.bat"
@rem
build
Python
vcbuild
/useenv
PCbuild
\pcbuild.sln
"Release|Win32"
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Release
/p
:Platform
=
Win32
@rem
build
the
documentation
bash
.exe
-c
'cd Doc;make PYTHON=python2.5 update htmlhelp'
...
...
Tools/buildbot/clean-amd64.bat
View file @
3ec14d29
...
...
@@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
@echo
Deleting
test
leftovers
...
rmdir
/s /q
build
cd
PCbuild
vcbuild
/clean
pcbuild
.sln
"Release|x64"
vcbuild
/clean
pcbuild
.sln
"Debug|x64"
msbuild
/target
:clean
pcbuild
.sln
/p
:Configuration
=
Release
/p
:PlatformTarget
=
x64
msbuild
/target
:clean
pcbuild
.sln
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x64
cd
..
Tools/buildbot/clean.bat
View file @
3ec14d29
...
...
@@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
@echo
Deleting
test
leftovers
...
rmdir
/s /q
build
cd
PCbuild
vcbuild
/clean
pcbuild
.sln
"Release|Win32"
vcbuild
/clean
pcbuild
.sln
"Debug|Win32"
msbuild
/target
:clean
pcbuild
.sln
/p
:Configuration
=
Release
/p
:PlatformTarget
=
x86
msbuild
/target
:clean
pcbuild
.sln
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x86
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