blob: ec71804da0112d3742a3209848eb3e55bb8ae830 [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"
Tim Peters378832c2006-03-16 01:54:16 +00003@echo Deleting .pyc/.pyo files ...
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00004del /s Lib\*.pyc Lib\*.pyo
Martin v. Löwis4291b192008-03-05 22:24:31 +00005cd PCbuild
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00006vcbuild /clean pcbuild.sln "Release|Win32"
7vcbuild /clean pcbuild.sln "Debug|Win32"