equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 |
20 |
21 PRJ_PLATFORMS |
21 PRJ_PLATFORMS |
22 TOOLS CWTOOLS |
22 TOOLS CWTOOLS TOOLS2 |
23 |
23 |
24 PRJ_EXPORTS |
24 PRJ_EXPORTS |
25 |
25 |
26 ../binary/AknLayoutCompiler.exe /epoc32/tools/AknLayoutCompiler.exe |
26 ../binary/AknLayoutCompiler.exe /epoc32/tools/AknLayoutCompiler.exe |
27 |
27 |
28 PRJ_MMPFILES |
28 PRJ_MMPFILES |
29 |
29 |
30 #if defined(TOOLS) || defined(CWTOOLS) |
30 #if defined(TOOLS2) || defined(TOOLS) || defined(CWTOOLS) |
31 |
31 |
32 /* |
32 /* |
33 * NOTICE! AknLayoutCompiler is not compiled any more during usual build. |
33 * NOTICE! AknLayoutCompiler is not compiled any more during usual build. |
34 * It is just exported from ../binary directory. |
34 * It is just exported from ../binary directory. |
35 * If you really want compile AknLayoutCompiler from sources you need to |
35 * If you really want compile AknLayoutCompiler from sources you need to |