Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 930 | Rev 1511 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | if "%currentdir%"=="" ( |
6 | if "%currentdir%"=="" ( |
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 | ||
- | 12 | FOR %%j IN (*.etc) DO ( |
|
- | 13 | copy /Y %%j "../../release/bin/" > nul |
|
- | 14 | "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j |
|
- | 15 | ) |
|
11 | rem pause |
16 | rem pause |
12 | if "%makeall%"=="" ..\..\us\emul.exe |
17 | if "%makeall%"=="" ..\..\us\emul.exe |
13 | ) |
18 | ) |
14 | 19 |