os/graphics/windowing/windowserver/group/WBld.BAT
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/group/WBld.BAT	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +REM WBld.BAT
     1.5 +REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +REM All rights reserved.
     1.7 +REM This component and the accompanying materials are made available
     1.8 +REM under the terms of "Eclipse Public License v1.0"
     1.9 +REM which accompanies this distribution, and is available
    1.10 +REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +REM 
    1.12 +REM Initial Contributors:
    1.13 +REM Nokia Corporation - initial contribution.
    1.14 +REM 
    1.15 +REM Contributors:
    1.16 +REM 
    1.17 +REM Description:
    1.18 +REM 
    1.19 +@setlocal
    1.20 +@set plat=thumb
    1.21 +@set build=urel
    1.22 +@rem set op=build -v
    1.23 +@set op=build -v
    1.24 +call abld %op% %plat% %build%
    1.25 +call abld test %op% %plat% %build% tlib
    1.26 +call abld test %op% %plat% %build% shell
    1.27 +call abld test %op% %plat% %build% auto
    1.28 +call abld test %op% %plat% %build% autodll
    1.29 +call abld test %op% %plat% %build% tman
    1.30 +call abld test %op% %plat% %build% deblog
    1.31 +call abld test %op% %plat% %build% deblogfl
    1.32 +call abld test %op% %plat% %build% deblogsr
    1.33 +call abld test %op% %plat% %build% connect
    1.34 +call abld test %op% %plat% %build% animdll
    1.35 +call abld test %op% %plat% %build% econs
    1.36 +@endlocal