uigraphics/AknIcon/group/MifToCdlIndex.mmp
changeset 0 05e9090e2422
child 93 b705c392b9a4
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *   Project definition file
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET MifToCdlIndex.exe
       
    23 
       
    24 TARGETTYPE exe
       
    25 
       
    26 // These options enable exception handling and set the warning level to 3 for command
       
    27 // line builds. STL code generates too many warnings at level 4, but is clean at
       
    28 // level 3. Also require RTTI.
       
    29 option MSVC /GX /W3 /GR
       
    30 
       
    31 SOURCEPATH ../MifToCdlIndex
       
    32 SOURCE MifToCdlIndex.cpp
       
    33 SOURCE MifHandler.cpp
       
    34 SOURCE DllCreator.cpp
       
    35 
       
    36 USERINCLUDE  ../MifToCdlIndex ../inc
       
    37 SYSTEMINCLUDE ../MifToCdlIndex ../inc
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 START TOOLS
       
    41   #if defined(CW32)
       
    42     win32_library /epoc32/release/cwtools/rel/CdlCompilerToolkit.lib
       
    43   #elif defined(VC32)
       
    44     win32_library /epoc32/release/tools/rel/CdlCompilerToolkit.lib
       
    45   #endif
       
    46 END
       
    47