Login

Subversion Repositories NedoOS

Rev

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

if "%settedpath%"=="" call ../_sdk/setpath.bat
sjasmplus --nologo --msg=war -DPRSTDIO=0 nv.asm
sjasmplus --nologo --msg=war -DPRSTDIO=1 nv.asm

if "%currentdir%"=="" (
 FOR %%j IN (*.com) DO (
 copy /Y %%j "../../release/bin/" > nul
 copy /Y *.ext "../../release/bin/" > nul
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
 "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put %%j /bin/%%j
 )
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put nv.ext /bin/nv.ext
 "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put nv.ext /bin/nv.ext
rem pause
 if "%makeall%"=="" ..\..\us\emul.exe
)