Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 930 | Rev 1957 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
| - | 2 | sjasmplus --nologo --msg=war -Dgs=1 pt.asm |
|
| 2 | sjasmplus --nologo --msg=war pt.asm |
3 | sjasmplus --nologo --msg=war -Dgs=0 pt.asm |
| 3 | 4 | ||
| 4 | if "%currentdir%"=="" ( |
5 | if "%currentdir%"=="" ( |
| 5 | FOR %%j IN (*.com) DO ( |
6 | FOR %%j IN (*.com) DO ( |
| 6 | copy /Y %%j "../../release/bin/" > nul |
7 | copy /Y %%j "../../release/bin/" > nul |
| 7 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
8 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |