?login_element?

Subversion Repositories NedoOS

Rev

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

  1. if "%settedpath%"=="" call ../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war menu.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.   "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "menu/menu.mnu" "/bin/menu/menu.mnu"
  10.   "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "menu/resident.mnu" "/bin/menu/resident.mnu"
  11.   move "*.com" "%releasedir2%bin" > nul
  12.   IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
  13.   )
  14. cd ../../src/
  15. rem call ..\tools\chkimg.bat sd
  16. rem pause
  17.  if "%makeall%"=="" ..\us\emul.exe
  18. )