?login_element?

Subversion Repositories NedoOS

Rev

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

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