Login

Subversion Repositories NedoOS

Rev

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

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

SET releasedir2=../../release/
if "%currentdir%"=="" (
  FOR %%j IN (*.com) DO (
  echo "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "menu/menu.mnu" "/bin/menu/menu.mnu"
  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "menu/resident.mnu" "/bin/menu/resident.mnu"
  move "*.com" "%releasedir2%bin" > nul
  IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
  )
cd ../../src/
rem call ..\tools\chkimg.bat sd
rem pause
 if "%makeall%"=="" ..\us\emul.exe
)