Subversion Repositories pentevo

Rev

Rev 596 | Blame | Last modification | View Log | Download | RSS feed

  1. @ECHO OFF
  2.  
  3. cd ..\..\fat_boot\source
  4.  
  5. ..\..\..\tools\asw\bin\asw -U -L make_micro_boot_fat.a80
  6. ..\..\..\tools\asw\bin\p2bin make_micro_boot_fat.p micro_boot_fat.rom -r $-$ -k
  7.  
  8. ..\..\..\tools\mhmt\mhmt -mlz micro_boot_fat.rom micro_boot_fat_pack.rom
  9.  
  10. cd ..\..\page5\source
  11.  
  12. ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  13. ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin
  14. ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin
  15. ..\..\..\tools\mhmt\mhmt -mlz perfpack.bin perfpack_pack.bin
  16.  
  17. ..\..\..\tools\asw\bin\asw -U -L rst8service.a80
  18. ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k
  19.  
  20. del 8x8_ar_pack.bin
  21. del 866_code_pack.bin
  22. del atm_code_pack.bin
  23.  
  24. pause