Subversion Repositories pentevo

Rev

Rev 1026 | Rev 1068 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. echo off
  3.  
  4. if not exist rom md rom
  5. if not exist lst md lst
  6. set path=%path%;d:\yad\svn\pentevo\tools\asl\bin;d:\yad\svn\pentevo\tools\mhmt
  7. set includes=d:\yad\svn\pentevo\rom
  8.  
  9. cd ..\..\fat_boot\source
  10.  
  11. call build.bat
  12.  
  13. cd ..\..\page5\source
  14.  
  15. mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  16. mhmt -mlz 866_code.fnt 866_code_pack.bin
  17. mhmt -mlz atm_code.fnt atm_code_pack.bin
  18. mhmt -mlz perfpack.bin perfpack_pack.bin
  19.  
  20. asl -U -L -x -olist lst\rst8service.lst -i %includes% rst8service.a80
  21. p2bin rst8service.p ..\rst8service.rom -r $-$ -k
  22.  
  23. asl -U -L -x -olist lst\rst8service_fe.lst -i %includes% -D DOS_FE rst8service.a80
  24. p2bin rst8service.p ..\rst8service_fe.rom -r $-$ -k
  25.