Commit | Line | Data |
---|---|---|
1 | @ECHO OFF\r | |
2 | \r | |
3 | REM Bldmake-generated batch file - ABLD.BAT\r | |
4 | REM ** DO NOT EDIT **\r | |
5 | \r | |
6 | perl -S ABLD.PL \PICODRIVE\S60\ %1 %2 %3 %4 %5 %6 %7 %8 %9\r | |
7 | if errorlevel==1 goto CheckPerl\r | |
8 | goto End\r | |
9 | \r | |
10 | :CheckPerl\r | |
11 | perl -v >NUL\r | |
12 | if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?\r | |
13 | goto End\r | |
14 | \r | |
15 | :End\r |