First public contribution.
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".
9 REM Initial Contributors:
10 REM Nokia Corporation - initial contribution.
17 if "%1"=="rclean" goto rclean
18 if "%1"=="clean" goto clean
19 if "%1"=="test" goto min
20 if "%1"=="t" goto thumb
22 echo Building Window Server
23 call abld build > h:\wserv\group\BUILD.LOG 2>&1
25 echo Building Test Code
26 call abld test build -v >> \wserv\group\BUILD.LOG 2>&1
29 echo Building Test Code for Wins
30 call abld test build wins >> \wserv\group\BUILD.LOG 2>&1
32 echo Building Test Code for ARM4
33 call abld test build -v arm4 >> \wserv\group\BUILD.LOG 2>&1
34 echo Building Test Code for Thumb
35 call abld test build -v thumb >> \wserv\group\BUILD.LOG 2>&1
42 echo Doing a Clean (reallyclean)
44 call abld test reallyclean