Changeset 391 for python/trunk/Tools/buildbot/clean.bat
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/buildbot/clean.bat
r2 r391 3 3 @echo Deleting .pyc/.pyo files ... 4 4 del /s Lib\*.pyc Lib\*.pyo 5 @echo Deleting test leftovers ... 6 rmdir /s /q build 5 7 cd PCbuild 6 8 vcbuild /clean pcbuild.sln "Release|Win32" 7 9 vcbuild /clean pcbuild.sln "Debug|Win32" 10 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.