Explorar o código

tools/msvc/starpu_clean.bat: fix cleaning

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
1af744dd36
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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