messagingappbase/msgavkon/msgindicatorplugin/group/ABLD.BAT
changeset 0 72b543305e3a
child 5 4697dfb2d7ad
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of the License "Symbian Foundation License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description:  ABLD.BATrem
       
    15 
       
    16 @ECHO OFF
       
    17 
       
    18 REM Bldmake-generated batch file - ABLD.BAT
       
    19 REM ** DO NOT EDIT **
       
    20 
       
    21 perl -S ABLD.PL "\s60\app\messaging\messaginguis\msgavkon\msgindicatorplugin\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
       
    22 if errorlevel==1 goto CheckPerl
       
    23 goto End
       
    24 
       
    25 :CheckPerl
       
    26 perl -v >NUL
       
    27 if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
       
    28 goto End
       
    29 
       
    30 :End