organizer_pub/notepad_library_api/tsrc/group/ABLD.BAT
branchRCL_3
changeset 43 51372538e3d3
parent 42 07e82e2b738b
parent 36 9c5b1510919f
child 52 e3c9f8706792
equal deleted inserted replaced
42:07e82e2b738b 43:51372538e3d3
     1 rem
       
     2 rem Copyright (c) 2007 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 "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description:
       
    15 rem
       
    16 rem
       
    17 
       
    18 @ECHO OFF
       
    19 
       
    20 REM Bldmake-generated batch file - ABLD.BAT
       
    21 REM ** DO NOT EDIT **
       
    22 
       
    23 perl -S ABLD.PL "\s60\app\organizer\organizer_sdk\notepad_library_api\tsrc\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
       
    24 if errorlevel==1 goto CheckPerl
       
    25 goto End
       
    26 
       
    27 :CheckPerl
       
    28 perl -v >NUL
       
    29 if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
       
    30 goto End
       
    31 
       
    32 :End