phonebookengines/contactsmodel/tsrc/DEPEND.BAT
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
     1 @rem
     1 @echo off
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 rem
     3 @rem All rights reserved.
     3 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4 @rem This component and the accompanying materials are made available
     4 rem All rights reserved.
     5 @rem under the terms of "Eclipse Public License v1.0"
     5 rem This component and the accompanying materials are made available
     6 @rem which accompanies this distribution, and is available
     6 rem under the terms of "Eclipse Public License v1.0"
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 rem which accompanies this distribution, and is available
     8 @rem
     8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 @rem Initial Contributors:
     9 rem
    10 @rem Nokia Corporation - initial contribution.
    10 rem Initial Contributors:
    11 @rem
    11 rem Nokia Corporation - initial contribution.
    12 @rem Contributors:
    12 rem
    13 @rem
    13 rem Contributors:
    14 @rem Description:
    14 rem
    15 @rem
    15 rem Description:
       
    16 rem
       
    17 @echo on
       
    18 
    16 @echo off
    19 @echo off
    17 REM lists all test code in \cntmodel\tsrc
    20 REM lists all test code in \cntmodel\tsrc
    18 
    21 
    19 set _depend=T_DBASE,T_ITEM,T_FIELD,T_MULTS,T_DBASE2,T_VIEW,T_VERS,T_TEMPL,T_EXPDEL,T_ERROR,t_ttvers,T_FERROR
    22 set _depend=T_DBASE,T_ITEM,T_FIELD,T_MULTS,T_DBASE2,T_VIEW,T_VERS,T_TEMPL,T_EXPDEL,T_ERROR,t_ttvers,T_FERROR
    20 if "%1"=="make" set _depend=CNTTUTIL,T_TIME,%_depend%
    23 if "%1"=="make" set _depend=CNTTUTIL,T_TIME,%_depend%