Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1.  
  2. @echo off
  3.  
  4. if not exist tmp md tmp
  5. set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\csum32\;d:\yad\svn\pentevo\tools\mhmt\
  6. set includes=d:\yad\svn\pentevo\rom
  7.  
  8. asl -U -L -C -x -olist tmp\hdddetect.lst -i %includes% -D ADRSTART=0x8000 hdddetect.a80
  9. p2bin hdddetect.p tmp\main.rom -r $-$ -k
  10.  
  11. mhmt -mlz tmp\main.rom tmp\main.pack
  12.  
  13. asl -U -L -C -x -olist tmp\make_scl.lst -i %includes% -D ADRSTART=0x8000 make_scl.a80
  14. p2bin make_scl.p hddetect.scl -r $-$ -k
  15.  
  16. csum32 hddetect.scl -a
  17.