Subversion Repositories pentevo

Rev

Rev 1065 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1.  
  2. echo off
  3.  
  4. if not exist rom md rom
  5. if not exist lst md lst
  6.  
  7. if "%BUILDFULL%"=="" call ../../setpath.bat
  8.  
  9. cd %rootdir%\fat_boot\source
  10.  
  11. call build.bat
  12.  
  13. cd %rootdir%\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.  
  26.  
  27. if NOT "%BUILDFULL%"=="" exit /b
  28.  
  29. set PATH=%oldpath%