mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ac1e1cf7bd
commit
df60f016c8
|
@ -12,9 +12,13 @@
|
|||
:: application debugging (however these files are by no means required by any software).
|
||||
|
||||
del /s "%~dp0\*.ncb"
|
||||
del /s "%~dp0\*.obj"
|
||||
del /s "%~dp0\*.tmp"
|
||||
del /s "%~dp0\bin\*.ilk"
|
||||
del /s "%~dp0\*.idb"
|
||||
del /s "%~dp0\*.bsc"
|
||||
del /s "%~dp0\*.sbr"
|
||||
del /s "%~dp0\*.pch"
|
||||
del /s "%~dp0\*.pdb"
|
||||
|
||||
del /s /q "%~dp0\deps"
|
||||
|
|
Loading…
Reference in New Issue