Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 930 | Rev 1412 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | FOR %%j IN (*.com) DO ( |
7 | FOR %%j IN (*.com) DO ( |
| 8 | copy /Y %%j "../../release/bin/" > nul |
8 | copy /Y %%j "../../release/bin/" > nul |
| 9 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
9 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
| 10 | ) |
10 | ) |
| 11 | rem pause |
11 | rem pause |
| 12 | rem if "%makeall%"=="" start ..\..\us\emul.exe |
12 | if "%makeall%"=="" start ..\..\us\emul.exe |
| 13 | ) |
13 | ) |
| 14 | 14 | ||