Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
290 bytes
|
Rev | Line | |
---|
[2] | 1 | @rem Used by the buildbot "clean" step.
|
---|
| 2 | call "%VS90COMNTOOLS%vsvars32.bat"
|
---|
| 3 | @echo Deleting .pyc/.pyo files ...
|
---|
| 4 | del /s Lib\*.pyc Lib\*.pyo
|
---|
[391] | 5 | @echo Deleting test leftovers ...
|
---|
| 6 | rmdir /s /q build
|
---|
[2] | 7 | cd PCbuild
|
---|
| 8 | vcbuild /clean pcbuild.sln "Release|Win32"
|
---|
| 9 | vcbuild /clean pcbuild.sln "Debug|Win32"
|
---|
[391] | 10 | cd ..
|
---|
Note:
See
TracBrowser
for help on using the repository browser.