accessoryservices/accessoryremotecontrol/tsrc/remcontestcontrol/dsytfstifadapter/group/envsetup.cmd
changeset 0 4e1aa6a622a0
child 9 21e939dd208a
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 @echo off
       
     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:  ?Description
       
    15 REM
       
    16 REM
       
    17 @echo on
       
    18 
       
    19 
       
    20 @echo Cleaning remconadaptation...
       
    21 pushd \ncp_sw\corecom\modemadaptation_ext\adaptationlayer_ext\systemadaptation\accessoryadaptation\group\
       
    22 call bldmake bldfiles
       
    23 call abld makefile remconadaptation
       
    24 call abld reallyclean remconadaptation
       
    25 popd
       
    26 @echo Cleaning remconadaptation... Finished
       
    27 
       
    28 
       
    29 @echo build/instr stubs
       
    30 pushd ..\..\..\stub\group\
       
    31 call bldmake bldfiles
       
    32 call abld test reallyclean
       
    33 call abld test build
       
    34 popd
       
    35 @echo build/instr stubs done