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. asl -U -L -x -olist lst\dos_fe.lst -i %includes% dos_fe.a80
  10. p2bin dos_fe.p rom\dos_fe.rom -r $-$ -k
  11.  
  12. mhmt -mlz rom\dos_fe.rom ..\dos_fe_pack.rom
  13.  
  14.  
  15. if NOT "%BUILDFULL%"=="" exit /b
  16.  
  17. set PATH=%oldpath%