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