qthighway/tsrc/at_xqapplicationmanager/buildtest.bat
branchRCL_3
changeset 9 5d007b20cfd0
equal deleted inserted replaced
8:885c2596c964 9:5d007b20cfd0
       
     1 @echo off
       
     2 rem
       
     3 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 rem All rights reserved.
       
     5 rem This component and the accompanying materials are made available
       
     6 rem under the terms of "Eclipse Public License v1.0"
       
     7 rem which accompanies this distribution, and is available
       
     8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 rem
       
    10 rem Initial Contributors:
       
    11 rem Nokia Corporation - initial contribution.
       
    12 rem
       
    13 rem Contributors:
       
    14 rem
       
    15 rem Description:
       
    16 rem
       
    17 @echo on
       
    18 
       
    19 IF ["%1"] EQU [""] GOTO :NODEL
       
    20 call del MON.sym
       
    21 call del MON.dat
       
    22 
       
    23 :NODEL
       
    24 call qmake
       
    25 call bldmake bldfiles
       
    26 call abld clean
       
    27 call abld reallyclean
       
    28 
       
    29 IF ["%1"] EQU [""] GOTO :NORMAL
       
    30 
       
    31 call ctcwrap -i d -C "EXCLUDE+*\moc*.cpp" -C "EXCLUDE+*\t_*.cpp" -C "EXCLUDE+*\stub_*.cpp" abld build winscw udeb
       
    32 goto :FINAL
       
    33 
       
    34 :NORMAL
       
    35 call build winscw_udeb
       
    36 
       
    37 :FINAL
       
    38