Subversion Repositories userdetect2

Rev

Rev 82 | Go to most recent revision | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. del *.dcu
  4. del *.cfg
  5. del *.~*
  6. del *.local
  7. del *.identcache
  8. rmdir /s /q __history
  9.  
  10. del Plugins\*.dcu
  11. del Plugins\*.cfg
  12. del Plugins\*.~*
  13. del Plugins\*.local
  14. del Plugins\*.identcache
  15. rmdir /s /q Plugins\__history
  16.  
  17. del vcl\*.dcu
  18. del vcl\*.~*
  19. del vcl\*.local
  20. del vcl\*.identcache
  21. rmdir /s /q vcl\__history
  22.  
  23. del devcpp_plugins\*.o
  24. del devcpp_plugins\*.a
  25. del devcpp_plugins\Makefile.win
  26.