cdlcompiler/group/bld.inf
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
child 8 1871e4cafb97
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    15 *
    15 *
    16 */
    16 */
    17 #include <platform_paths.hrh>
    17 #include <platform_paths.hrh>
    18 
    18 
    19 PRJ_PLATFORMS
    19 PRJ_PLATFORMS
    20 TOOLS CWTOOLS
    20 TOOLS CWTOOLS TOOLS2
    21 
    21 
    22 PRJ_EXPORTS
    22 PRJ_EXPORTS
    23 
    23 
    24 ../binary/CdlCompiler.EXE /epoc32/tools/CdlCompiler.exe 
    24 ../binary/CdlCompiler.exe /epoc32/tools/CdlCompiler.exe 
    25 
    25 
    26 PRJ_MMPFILES
    26 PRJ_MMPFILES
    27 
    27 
    28 #if defined(TOOLS) || defined(CWTOOLS)
    28 #if defined(TOOLS) || defined(CWTOOLS) || defined(TOOLS2)
    29 
    29 
    30 /*
    30 /*
    31  * NOTICE! CdlCompiler is not compiled any more during usual build.
    31  * NOTICE! CdlCompiler is not compiled any more during usual build.
    32  * It is just exported from ../binary directory.
    32  * It is just exported from ../binary directory.
    33  * If you really want compile AknLayoutCompiler from sources you need to 
    33  * If you really want compile AknLayoutCompiler from sources you need to 
    34  * uncomment below line, build this project and copy 
    34  * uncomment below line, build this project and copy 
    35  * /epoc32/tools/AknLayoutCompiler.exe to ../binary directory and 
    35  * /epoc32/tools/AknLayoutCompiler.exe to ../binary directory and 
    36  * put the binary to version control.
    36  * put the binary to version control.
    37  */
    37  */
    38 //CdlCompiler.mmp
    38 // CdlCompiler.mmp
    39 #endif
    39 #endif
    40 
    40 
    41 // End of File
    41 // End of File