Added obj, tmp, and the deps folder to the clean_msvc.cmd

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2914 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-04-27 15:17:22 +00:00
parent ac1e1cf7bd
commit df60f016c8
1 changed files with 4 additions and 0 deletions

View File

@ -12,9 +12,13 @@
:: application debugging (however these files are by no means required by any software). :: application debugging (however these files are by no means required by any software).
del /s "%~dp0\*.ncb" del /s "%~dp0\*.ncb"
del /s "%~dp0\*.obj"
del /s "%~dp0\*.tmp"
del /s "%~dp0\bin\*.ilk" del /s "%~dp0\bin\*.ilk"
del /s "%~dp0\*.idb" del /s "%~dp0\*.idb"
del /s "%~dp0\*.bsc" del /s "%~dp0\*.bsc"
del /s "%~dp0\*.sbr" del /s "%~dp0\*.sbr"
del /s "%~dp0\*.pch" del /s "%~dp0\*.pch"
del /s "%~dp0\*.pdb" del /s "%~dp0\*.pdb"
del /s /q "%~dp0\deps"