Browse Source

tools/msvc/starpu_clean.bat: fix cleaning

Nathalie Furmento 12 years ago
parent
commit
1af744dd36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/msvc/starpu_clean.bat

+ 2 - 2
tools/msvc/starpu_clean.bat

@@ -20,6 +20,6 @@ ECHO.
 ECHO MSVC StarPU Cleaning
 ECHO.
 
-FOR %%d in (debug starpu\debug ipch) DO IF EXIST %%d RMDIR /S /Q %%d 
-DEL starpu.sdf
+FOR %%d in (debug starpu\debug ipch) DO IF EXIST %%d RMDIR /S /Q %%d
+FOR %%f in (starpu.sdf starpu.suo) DO IF EXIST %%f DEL %%f