Login

Subversion Repositories NedoOS

Rev

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

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

SET releasedir2=../../release/
if "%currentdir%"=="" (
  FOR %%j IN (*.com) DO (
 rem echo "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
  "../../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
  )
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put browser/nos.htm /bin/browser/nos.htm
cd ../../src/
rem pause
rem  if "%makeall%"=="" ..\..\..\us\emul.exe
rem if "%makeall%"=="" ..\us\emul.exe
)