Rev 1154 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 1154 | Rev 1830 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call ../../_sdk/setpath.bat |
1 | if "%settedpath%"=="" call ../../_sdk/setpath.bat |
| 2 | sjasmplus --nologo --msg=war main.asm |
2 | sjasmplus --nologo --msg=war main.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/nedodemo/" > nul |
6 | copy /Y %%j "../../../release/nedodemo/" > nul |
| 7 | "../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /nedodemo/%%j |
7 | "../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /nedodemo/%%j |
| 8 | ) |
8 | ) |
| 9 | rem pause |
9 | rem pause |
| 10 | if "%makeall%"=="" ..\..\..\us\emul.exe |
10 | if "%makeall%"=="" ..\..\..\us\emul.exe |
| 11 | ) |
11 | ) |
| 12 | 12 | ||