浏览代码

tools/msvc/starpu_clean.bat: fix cleaning

Nathalie Furmento 12 年之前
父节点
当前提交
1af744dd36
共有 1 个文件被更改,包括 2 次插入2 次删除
  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