?login_element?

Subversion Repositories NedoOS

Rev

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

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