Subversion Repositories NedoOS

Rev

Rev 851 | Rev 930 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. @echo off
  2. setlocal ENABLEDELAYEDEXPANSION
  3. set makeall=1
  4. if "%settedpath"=="" call _sdk\setpath.bat
  5. for %%f in (mk*.bat) do (
  6.  call %%f
  7.  if not %ERRORLEVEL%==0 goto error
  8. )
  9. goto :end
  10. :error
  11. echo ERROR: Exit code %ERRORLEVEL%. Stopped.
  12. :end
  13.