?login_element?

Subversion Repositories NedoOS

Rev

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

  1. if "%settedpath%"=="" call ../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war vm.asm
  3. sjasmplus --nologo --msg=war zxio_7.asm
  4.  
  5. SET releasedir2=../../release/
  6. if "%currentdir%"=="" (
  7.   FOR %%j IN (*.com) DO (
  8.   echo "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
  9.   "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
  10.   move "*.com" "%releasedir2%bin" > nul
  11.   IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
  12.   )
  13. cd ../../src/
  14. call ..\tools\chkimg.bat sd
  15. rem pause
  16. rem  if "%makeall%"=="" ..\..\..\us\emul.exe
  17.  if "%makeall%"=="" ..\us\emul.exe
  18. )
  19.