sl@0: @ECHO OFF
sl@0: 
sl@0: REM Bldmake-generated batch file - ABLD.BAT
sl@0: REM ** DO NOT EDIT **
sl@0: 
sl@0: perl -S ABLD.PL "\s60\osext\mobileruntime\ssl\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
sl@0: if errorlevel==1 goto CheckPerl
sl@0: goto End
sl@0: 
sl@0: :CheckPerl
sl@0: perl -v >NUL
sl@0: if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
sl@0: goto End
sl@0: 
sl@0: :End