Subversion Repositories pentevo

Rev

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