Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. @echo off
  2. if exist boot_evo.hex del /f /q boot_evo.hex
  3. if exist boot_evo.eep.hex del /f /q boot_evo.eep.hex
  4. if exist boot_evo.cof del /f /q boot_evo.cof
  5. if exist boot_evo.obj del /f /q boot_evo.obj
  6. if exist boot_evo.lst del /f /q boot_evo.lst
  7. if exist zxevo_bl.hex del /f /q zxevo_bl.hex
  8. if exist zxevo_bl.e2p del /f /q zxevo_bl.e2p
  9. if exist zxevo_bl.zip del /f /q zxevo_bl.zip
  10. if exist fpga.mlz del /f /q fpga.mlz
  11. if exist fpga.inc del /f /q fpga.inc
  12. if exist evotitle.inc del /f /q evotitle.inc
  13.