From df60f016c8e3e2b861b5a6182fff9222f479bd17 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Tue, 27 Apr 2010 15:17:22 +0000 Subject: [PATCH] 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 --- clean_msvc.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clean_msvc.cmd b/clean_msvc.cmd index 8d15cdbe28..812c0af6ad 100644 --- a/clean_msvc.cmd +++ b/clean_msvc.cmd @@ -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"