Subversion Repositories pentevo

Rev

Rev 1120 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. echo off
  3.  
  4. if not exist tmp md tmp
  5.  
  6. if "%BUILDFULL%"=="" call ../../setpath.bat
  7.  
  8. asl -U -L -x -olist tmp\main.lst -i %includes% main.a80
  9. p2bin main.p tmp\main.rom -r $-$ -k
  10.  
  11. asl -U -L -x -olist tmp\main_fe.lst -i %includes% -D DOS_FE main.a80
  12. p2bin main.p tmp\main_fe.rom -r $-$ -k
  13.  
  14. asl -U -L -x -olist tmp\cmosset.lst -i %includes% cmosset.a80
  15. p2bin cmosset.p tmp\cmosset.rom -r $-$ -k
  16.  
  17. mhmt -mlz tmp\main.rom ..\main_pack.rom
  18. mhmt -mlz tmp\main_fe.rom ..\main_fe_pack.rom
  19. mhmt -mlz tmp\cmosset.rom ..\cmosset_pack.rom
  20. mhmt -mlz chars_eng.bin ..\chars_pack.rom
  21.  
  22. rem del *.rom
  23.  
  24. if NOT "%BUILDFULL%"=="" exit /b
  25.  
  26. set PATH=%oldpath%
  27.