Subversion Repositories NedoOS

Rev

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

  1. @echo off
  2. if "%settedpath%"=="" call _sdk\setpath.ba
  3. %MAKE% %MFLAGS% configure-pe26sd clean install
  4. if not %ERRORLEVEL%==0 goto error
  5. if "%makeall%"=="" (
  6.  %MAKE% %MFLAGS% test
  7.  if not %ERRORLEVEL%==0 goto error
  8. )
  9. goto end
  10. :error
  11. echo ERROR: Exit code %ERRORLEVEL%. Stopped.
  12. :end
  13.