?login_element?

Subversion Repositories NedoOS

Rev

Rev 1305 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if "%settedpath%"=="" call ../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war -DPRSTDIO=0 nv.asm
  3. sjasmplus --nologo --msg=war -DPRSTDIO=1 nv.asm
  4.  
  5. if "%currentdir%"=="" (
  6.  FOR %%j IN (*.com) DO (
  7.  copy /Y %%j "../../release/bin/" > nul
  8.  copy /Y *.ext "../../release/bin/" > nul
  9.  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
  10.  "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put %%j /bin/%%j
  11.  )
  12.  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put nv.ext /bin/nv.ext
  13.  "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put nv.ext /bin/nv.ext
  14. rem pause
  15.  if "%makeall%"=="" ..\..\us\emul.exe
  16. )