Login

Subversion Repositories NedoOS

Rev

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

@echo off
if "%settedpath%"=="" call _sdk\setpath.ba
%MAKE% %MFLAGS% configure-pe26sd clean install
if not %ERRORLEVEL%==0 goto error
if "%makeall%"=="" (
 %MAKE% %MFLAGS% test
 if not %ERRORLEVEL%==0 goto error
)
goto end
:error
echo ERROR: Exit code %ERRORLEVEL%. Stopped.
:end