nuke.cmd 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @echo off
  2. if "%1"=="" goto EOF:
  3. set ROOT=%~dp0\..\..\..\..\build_windows\deps
  4. set CurPath=%ROOT%\s\vs1264D\debug\%1\
  5. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  6. set CurPath=%ROOT%\s\vs1264D\build\%1\
  7. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  8. set CurPath=%ROOT%\s\vs1264R\release\%1\
  9. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  10. set CurPath=%ROOT%\s\vs1264R\build\%1\
  11. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  12. set CurPath=%ROOT%\output\win64_vc12\%1\
  13. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  14. set CurPath=%ROOT%\s\vs1464D\debug\%1\
  15. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  16. set CurPath=%ROOT%\s\vs1464D\build\%1\
  17. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  18. set CurPath=%ROOT%\s\vs1464R\release\%1\
  19. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  20. set CurPath=%ROOT%\s\vs1464R\build\%1\
  21. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  22. set CurPath=%ROOT%\output\win64_vc14\%1\
  23. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  24. set CurPath=%ROOT%\s\vs1286D\debug\%1\
  25. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  26. set CurPath=%ROOT%\s\vs1286D\build\%1\
  27. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  28. set CurPath=%ROOT%\s\vs1286R\release\%1\
  29. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  30. set CurPath=%ROOT%\s\vs1286R\build\%1\
  31. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  32. set CurPath=%ROOT%\output\windows_vc12\%1\
  33. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  34. set CurPath=%ROOT%\s\vs1486D\debug\%1\
  35. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  36. set CurPath=%ROOT%\s\vs1486D\build\%1\
  37. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  38. set CurPath=%ROOT%\s\vs1486R\release\%1\
  39. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  40. set CurPath=%ROOT%\s\vs1486R\build\%1\
  41. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  42. set CurPath=%ROOT%\output\windows_vc14\%1\
  43. if EXIST %CurPath%\nul ( echo removing "%CurPath%" && rd /s /q "%CurPath%" )
  44. :EOF