Login

Subversion Repositories NedoOS

Rev

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

if "%settedpath%"=="" call ../../_sdk/setpath.bat
sjasmplus --nologo --msg=war noise.asm

if "%currentdir%"=="" (
  @FOR %%j IN (*.com) DO (
  @"../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /bin/%%j
  @move "*.com" "%releasedir2%bin" > nul
  @IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
  )
rem pause
 if "%makeall%"=="" ..\..\..\us\emul.exe
)