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, 4 insertions, 3 deletions
diff --git a/VC2010/clean.bat b/VC2010/clean.bat
index 8d7da78b9..c481e1d03 100644
--- a/VC2010/clean.bat
+++ b/VC2010/clean.bat
@@ -6,11 +6,10 @@ del *.map
del *.pdb
del *.bsc
del *.sdf
-del *.opensdf
+del *.opensdf /AH
del *.insprc
del *.aps
del applog.txt
-del tmpl83.00c.vcproj.LAPTOPF.Kevin.user
del *.suo /AH
del debug\*.* /Q
del release\*.* /Q
@@ -22,4 +21,6 @@ rd debug /Q
rd ipch /Q
rd x64 /Q
rd "My Inspector Results" /Q
-rd ipch /Q \ No newline at end of file
+rd ipch /Q
+
+pause \ No newline at end of file