tsrc/testing/tools/test_clean.cmd
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 @rem
       
     2 @rem Copyright (c) 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 @echo off
       
    17 
       
    18 echo ----------------------------------------
       
    19 echo CLEAN VIDEOUTILS
       
    20 echo ----------------------------------------
       
    21 
       
    22 pushd \VideoApp_Domain\videoutils\group
       
    23 call bldmake bldfiles
       
    24 call abld reallyclean
       
    25 popd
       
    26 
       
    27 echo ----------------------------------------
       
    28 echo CLEAN VIDEOUTILS/TSRC
       
    29 echo ----------------------------------------
       
    30 
       
    31 pushd \VideoApp_Domain\videoutils\tsrc\group
       
    32 call bldmake bldfiles
       
    33 call abld test reallyclean
       
    34 popd
       
    35 
       
    36 echo ----------------------------------------
       
    37 echo CLEAN VIDEO
       
    38 echo ----------------------------------------
       
    39 
       
    40 pushd \VideoApp_Domain\videoplayer\group
       
    41 call bldmake bldfiles
       
    42 call abld reallyclean
       
    43 popd
       
    44 
       
    45 echo ----------------------------------------
       
    46 echo CLEAN VIDEO/TSRC
       
    47 echo ----------------------------------------
       
    48 
       
    49 pushd \VideoApp_Domain\videoplayer\tsrc\group
       
    50 call bldmake bldfiles
       
    51 call abld test reallyclean
       
    52 popd