Login

Subversion Repositories NedoOS

Rev

Rev 1750 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

@echo off
"../../tools/mingw/make.exe" -f makefile %1

if "%currentdir%"=="" (
 FOR %%j IN (*.com) DO (
 copy /Y %%j "../../release/bin/" > nul
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
 )
rem pause
if "%makeall%"=="" ..\..\us\emul.exe
)