summaryrefslogtreecommitdiffstats
path: root/VC2010/clean.bat
diff options
context:
space:
mode:
Diffstat (limited to 'VC2010/clean.bat')
-rw-r--r--VC2010/clean.bat7
1 files changed, 3 insertions, 4 deletions
diff --git a/VC2010/clean.bat b/VC2010/clean.bat
index c481e1d03..dfc7a6777 100644
--- a/VC2010/clean.bat
+++ b/VC2010/clean.bat
@@ -16,11 +16,10 @@ del release\*.* /Q
del x64\*.* /Q
del "My Inspector Results"\*.* /Q
del ipch\*.* /Q
-rd release /Q
-rd debug /Q
-rd ipch /Q
+rd release /S /Q
+rd debug /S /Q
+rd ipch /S /Q
rd x64 /Q
rd "My Inspector Results" /Q
-rd ipch /Q
pause \ No newline at end of file