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
ff5ee0cf
Commit
ff5ee0cf
authored
Mar 26, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
4aeb542a
d8ad68f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+4
-1
Tools/buildbot/clean.bat
Tools/buildbot/clean.bat
+3
-0
No files found.
Tools/buildbot/clean-amd64.bat
View file @
ff5ee0cf
@rem
Used
by
the
buildbot
"clean"
step
.
call
"
%VS9
0COMNTOOLS
%
\..\..\VC\vcvarsall.bat"
x86_amd64
cd
PCbuild
@echo
Deleting
.pyc/.pyo
files
...
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"
cd
..
Tools/buildbot/clean.bat
View file @
ff5ee0cf
...
...
@@ -2,6 +2,9 @@
call
"
%VS9
0COMNTOOLS
%vsvars3
2.bat"
@echo
Deleting
.pyc/.pyo
files
...
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"
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