Subversion Repositories NedoOS

Rev

Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 930 Rev 1081
Line 2... Line 2...
2
sjasmplus --nologo --msg=war reset.asm
2
sjasmplus --nologo --msg=war reset.asm
3
 
3
 
4
if "%currentdir%"=="" (
4
if "%currentdir%"=="" (
5
 FOR %%j IN (*.com) DO (
5
 FOR %%j IN (*.com) DO (
6
 copy /Y %%j "../../release/bin/" > nul
6
 copy /Y %%j "../../release/bin/" > nul
-
 
7
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
7
 "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put %%j /bin/%%j
8
 "../../tools/dmimg.exe" ../../us/hdd_nedo.vhd put %%j /bin/%%j
8
 )
9
 )
9
 rem if "%makeall%"=="" ..\..\us\emul.exe
10
 rem if "%makeall%"=="" ..\..\us\emul.exe
10
)
11
)
11
12