Rev 1750 | Details | Compare with Previous | Last modification | View Log
Rev | Author | Line No. | Line |
---|---|---|---|
930 | alone | 1 | @echo off |
1674 | dimkam | 2 | "../../tools/mingw/make.exe" -f makefile %1 |
930 | alone | 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 | ) |
||
1788 | alone | 9 | rem pause |
1750 | kulich | 10 | if "%makeall%"=="" ..\..\us\emul.exe |
930 | alone | 11 | ) |