windowing/windowserver/group/WBld.BAT
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 REM WBld.BAT
       
     2 REM Copyright (c) 1995-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 "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 @setlocal
       
    17 @set plat=thumb
       
    18 @set build=urel
       
    19 @rem set op=build -v
       
    20 @set op=build -v
       
    21 call abld %op% %plat% %build%
       
    22 call abld test %op% %plat% %build% tlib
       
    23 call abld test %op% %plat% %build% shell
       
    24 call abld test %op% %plat% %build% auto
       
    25 call abld test %op% %plat% %build% autodll
       
    26 call abld test %op% %plat% %build% tman
       
    27 call abld test %op% %plat% %build% deblog
       
    28 call abld test %op% %plat% %build% deblogfl
       
    29 call abld test %op% %plat% %build% deblogsr
       
    30 call abld test %op% %plat% %build% connect
       
    31 call abld test %op% %plat% %build% animdll
       
    32 call abld test %op% %plat% %build% econs
       
    33 @endlocal