sbsv1_os/e32toolp/bldmake/metabld.bat
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    14 @REM
    14 @REM
    15 
    15 
    16 @echo off
    16 @echo off
    17 
    17 
    18 
    18 
    19 perl -w -S metabld.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
    19 perl -S metabld.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
    20 if errorlevel==1 goto CheckPerl
    20 if errorlevel==1 goto CheckPerl
    21 goto End
    21 goto End
    22 
    22 
    23 :CheckPerl
    23 :CheckPerl
    24 perl -v >NUL
    24 perl -v >NUL