Rev 1305 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 1305 | Rev 1410 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
| 2 | sjasmplus --nologo --msg=war -DPRSTDIO=1 nv.asm |
- | |
| 3 | sjasmplus --nologo --msg=war -DPRSTDIO=0 nv.asm |
2 | sjasmplus --nologo --msg=war -DPRSTDIO=0 nv.asm |
| - | 3 | sjasmplus --nologo --msg=war -DPRSTDIO=1 nv.asm |
|
| 4 | 4 | ||
| 5 | if "%currentdir%"=="" ( |
5 | if "%currentdir%"=="" ( |
| 6 | FOR %%j IN (*.com) DO ( |
6 | FOR %%j IN (*.com) DO ( |
| 7 | copy /Y %%j "../../release/bin/" > nul |
7 | copy /Y %%j "../../release/bin/" > nul |
| 8 | copy /Y *.ext "../../release/bin/" > nul |
8 | copy /Y *.ext "../../release/bin/" > nul |