?login_element?

Subversion Repositories NedoOS

Rev

Rev 561 | Rev 671 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. @echo off
  2. echo build netterm
  3. if "%settedpath%"=="" call ../_sdk/setpath.bat
  4. sjasmplus --nologo --msg=war term.asm
  5.  
  6. if "%currentdir%"=="" (
  7.  FOR %%j IN (*.com) DO (
  8.  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
  9.  )
  10.  pause
  11.  if "%makeall%"=="" ..\..\us\emul.exe
  12. )