Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 930 | Rev 1397 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
1 | if "%settedpath%"=="" call ../_sdk/setpath.bat |
| 2 | sjasmplus --nologo --msg=war untr.asm |
2 | sjasmplus --nologo --msg=war untr.asm |
| 3 | 3 | ||
| - | 4 | SET releasedir2=../../release/ |
|
| 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 | echo "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j" |
| 7 | @"../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
8 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j" |
| - | 9 | move "*.com" "%releasedir2%bin" > nul |
|
| - | 10 | IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul |
|
| 8 | ) |
11 | ) |
| - | 12 | cd ../../src/ |
|
| - | 13 | call ..\tools\chkimg.bat sd |
|
| 9 | @rem pause |
14 | rem pause |
| - | 15 | rem if "%makeall%"=="" ..\..\..\us\emul.exe |
|
| 10 | @if "%makeall%"=="" ..\..\us\emul.exe |
16 | if "%makeall%"=="" ..\us\emul.exe |
| 11 | ) |
17 | ) |
| 12 | 18 | ||