blob: 15d7365068f1dd84e05312927a98e9cd3a0dbffb [file] [log] [blame]
Tim Peters1777ada2006-03-12 06:47:36 +00001@rem Used by the buildbot "clean" step.
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00002call "%VS90COMNTOOLS%vsvars32.bat"
3cd PCbuild
Tim Peters378832c2006-03-16 01:54:16 +00004@echo Deleting .pyc/.pyo files ...
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00005del /s Lib\*.pyc Lib\*.pyo
6vcbuild /clean pcbuild.sln "Release|Win32"
7vcbuild /clean pcbuild.sln "Debug|Win32"