Subversion Repositories pentevo

Rev

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

  1.  
  2. echo off
  3.  
  4. cd ..\..\mainmenu\src
  5.  
  6. call build.bat
  7.  
  8. cd ..\..\page0\source
  9.  
  10. ..\..\..\tools\asl\bin\asl -U -L -x -olist services.lst services.a80
  11. ..\..\..\tools\asl\bin\p2bin services.p ..\services.rom -r $-$ -k
  12.  
  13. ..\..\..\tools\asl\bin\asl -U -L -x -olist services_fe.lst -D DOS_FE services.a80
  14. ..\..\..\tools\asl\bin\p2bin services.p ..\services_fe.rom -r $-$ -k
  15.