starpu_clean.bat 877 B

123456789101112131415161718192021222324
  1. REM StarPU --- Runtime system for heterogeneous multicore architectures.
  2. REM
  3. REM Copyright (C) 2013-2015 CNRS
  4. REM
  5. REM StarPU is free software; you can redistribute it and/or modify
  6. REM it under the terms of the GNU Lesser General Public License as published by
  7. REM the Free Software Foundation; either version 2.1 of the License, or (at
  8. REM your option) any later version.
  9. REM
  10. REM StarPU is distributed in the hope that it will be useful, but
  11. REM WITHOUT ANY WARRANTY; without even the implied warranty of
  12. REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. REM
  14. REM See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. REM
  16. TITLE MSVC StarPU Cleaning
  17. ECHO.
  18. ECHO MSVC StarPU Cleaning
  19. ECHO.
  20. FOR %%d in (debug starpu\debug ipch) DO IF EXIST %%d RMDIR /S /Q %%d
  21. FOR %%f in (starpu.sdf starpu.suo) DO IF EXIST %%f DEL %%f