Subversion Repositories NedoOS

Rev

Rev 761 | Rev 930 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. if "%settedpath%"=="" call ../../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war noise.asm
  3.  
  4. if "%currentdir%"=="" (
  5.   @FOR %%j IN (*.com) DO (
  6.   @"../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /bin/%%j
  7.   @move "*.com" "%releasedir2%bin" > nul
  8.   @IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
  9.   )
  10. rem pause
  11.  if "%makeall%"=="" ..\..\..\us\emul.exe
  12. )