summaryrefslogtreecommitdiffstats
path: root/VC2010/clean.bat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--VC2010/clean.bat25
1 files changed, 25 insertions, 0 deletions
diff --git a/VC2010/clean.bat b/VC2010/clean.bat
new file mode 100644
index 000000000..8d7da78b9
--- /dev/null
+++ b/VC2010/clean.bat
@@ -0,0 +1,25 @@
+del *.ncb
+del *.ilk
+del *.lib
+del *.exp
+del *.map
+del *.pdb
+del *.bsc
+del *.sdf
+del *.opensdf
+del *.insprc
+del *.aps
+del applog.txt
+del tmpl83.00c.vcproj.LAPTOPF.Kevin.user
+del *.suo /AH
+del debug\*.* /Q
+del release\*.* /Q
+del x64\*.* /Q
+del "My Inspector Results"\*.* /Q
+del ipch\*.* /Q
+rd release /Q
+rd debug /Q
+rd ipch /Q
+rd x64 /Q
+rd "My Inspector Results" /Q
+rd ipch /Q \ No newline at end of file