skins/AknSkins/group/bld.inf
changeset 50 c6286dcf6040
parent 0 05e9090e2422
child 53 8f0f421d3d0f
child 106 e4e3998ddda2
equal deleted inserted replaced
43:1951b3078691 50:c6286dcf6040
    21 // ============================================================================
    21 // ============================================================================
    22 // Platforms
    22 // Platforms
    23 // ============================================================================
    23 // ============================================================================
    24 //
    24 //
    25 PRJ_PLATFORMS
    25 PRJ_PLATFORMS
    26 DEFAULT TOOLS CWTOOLS
    26 DEFAULT TOOLS CWTOOLS TOOLS2
    27 
    27 
    28 // ============================================================================
    28 // ============================================================================
    29 // Exports
    29 // Exports
    30 // ============================================================================
    30 // ============================================================================
    31 //
    31 //
    88 // MMP Files
    88 // MMP Files
    89 // ============================================================================
    89 // ============================================================================
    90 //
    90 //
    91 PRJ_MMPFILES
    91 PRJ_MMPFILES
    92 
    92 
    93 #if defined(TOOLS) || defined(CWTOOLS)
    93 #if defined(TOOLS) || defined(CWTOOLS) || defined(TOOLS2)
    94 // Skin descriptor compiler (TOOLS target only)
    94 // Skin descriptor compiler (TOOLS target only)
    95 //
    95 //
    96 /*
    96 /*
    97  * NOTE! AknSkinDescCompiler is not compiled any more during usual build.
    97  * NOTE! AknSkinDescCompiler is not compiled any more during usual build.
    98  * It is just exported from ../data directory.
    98  * It is just exported from ../data directory.
    99  * If want to compile AknSkinDescCompiler from sources, you need to 
    99  * If want to compile AknSkinDescCompiler from sources, you need to 
   100  * uncomment below line, run build tools. New Compiler will be in /epoc32/tools/
   100  * uncomment below line, run build tools. New Compiler will be in /epoc32/tools/
   101  *
   101  *
   102  */
   102  */
   103 //AknSkinDescCompiler.mmp
       
   104 //AknSkinDescCompiler_NR.mmp
       
   105 
   103 
       
   104 #if defined(TOOLS2)
       
   105 AknSkinDescCompiler.mmp
       
   106 AknSkinDescCompiler_NR.mmp
       
   107 #endif
   106 
   108 
   107 #else
   109 #else
   108 //
   110 //
   109 // Skins framework (All targets except TOOLS)
   111 // Skins framework (All targets except TOOLS)
   110 //
   112 //