sbsv1_os/e32toolp/bldmake/metabld.bat
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 @REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 @REM All rights reserved.
       
     3 @REM This component and the accompanying materials are made available
       
     4 @REM under the terms of the License "Eclipse Public License v1.0"
       
     5 @REM which accompanies this distribution, and is available
       
     6 @REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 @REM
       
     8 @REM Initial Contributors:
       
     9 @REM Nokia Corporation - initial contribution.
       
    10 @REM
       
    11 @REM Contributors:
       
    12 @REM
       
    13 @REM Description:
       
    14 @REM
       
    15 
       
    16 @echo off
       
    17 
       
    18 
       
    19 perl -w -S metabld.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
       
    20 if errorlevel==1 goto CheckPerl
       
    21 goto End
       
    22 
       
    23 :CheckPerl
       
    24 perl -v >NUL
       
    25 if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
       
    26 goto End
       
    27 
       
    28 :End