Rev 922 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 922 | Rev 930 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | @..\builddir.bat %~dp0 |
- | |
2 | 1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
|
- | 2 | sjasmplus --nologo --msg=war setfont.asm |
|
- | 3 | ||
- | 4 | if "%currentdir%"=="" ( |
|
- | 5 | FOR %%j IN (*.com) DO ( |
|
- | 6 | copy /Y %%j "../../release/bin/" > nul |
|
- | 7 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
|
- | 8 | ) |
|
- | 9 | pause |
|
- | 10 | if "%makeall%"=="" ..\..\us\emul.exe |
|
- | 11 | ) |
|
- | 12 | ||
3 | 13 |