Tim Peters | 1777ada | 2006-03-12 06:47:36 +0000 | [diff] [blame] | 1 | @rem Used by the buildbot "clean" step. |
Martin v. Löwis | 350a872 | 2006-03-05 16:18:44 +0000 | [diff] [blame] | 2 | call "%VS71COMNTOOLS%vsvars32.bat" |
Christian Heimes | 5b5e81c | 2007-12-31 16:14:33 +0000 | [diff] [blame] | 3 | cd PC\VS7.1 |
Thomas Wouters | a977329 | 2006-04-21 09:43:23 +0000 | [diff] [blame] | 4 | @echo Deleting .pyc/.pyo files ... |
Thomas Heller | 1c8e5bc | 2007-11-16 07:00:30 +0000 | [diff] [blame] | 5 | del /s Lib\*.pyc Lib\*.pyo |
Martin v. Löwis | a5b8e04 | 2007-09-14 07:03:21 +0000 | [diff] [blame] | 6 | devenv.com /clean Release pcbuild.sln |
Thomas Wouters | a977329 | 2006-04-21 09:43:23 +0000 | [diff] [blame] | 7 | devenv.com /clean Debug pcbuild.sln |