secureswitools/makekeys/group/bld.inf
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 /**
    21 /**
    22  @file
    22  @file
    23 */
    23 */
    24 
    24 
    25 PRJ_PLATFORMS
    25 PRJ_PLATFORMS
    26 TOOLS2
    26 TOOLS
    27 
    27 
    28 PRJ_EXPORTS
    28 PRJ_EXPORTS
    29 
    29 
    30 PRJ_MMPFILES
    30 PRJ_MMPFILES
       
    31 #ifdef TOOLS
       
    32 #ifndef TOOLS2
       
    33 #ifdef MSVCDOTNET
       
    34 makefile ../src/makekeys.net.fil
       
    35 #else //!MSVCDOTNET
       
    36 makefile ../src/makekeys.fil
       
    37 #endif // MSVCDOTNET
       
    38 #endif // TOOLS2
       
    39 #endif // TOOLS
    31 
    40 
    32 #ifdef TOOLS2
    41 PRJ_TESTMMPFILES
    33 #ifndef TOOLS2_LINUX
       
    34 makekeys.mmp
       
    35 #endif
       
    36 #endif