equal
deleted
inserted
replaced
24 #include "../plugins/GeneralsPlugin/group/bld.inf" |
24 #include "../plugins/GeneralsPlugin/group/bld.inf" |
25 #include "../plugins/BUPplugin/group/bld.inf" |
25 #include "../plugins/BUPplugin/group/bld.inf" |
26 #include "../plugins/DebugOutputWriterPlugin/group/bld.inf" |
26 #include "../plugins/DebugOutputWriterPlugin/group/bld.inf" |
27 #include "../plugins/DiskWriterPlugin/group/bld.inf" |
27 #include "../plugins/DiskWriterPlugin/group/bld.inf" |
28 |
28 |
|
29 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 ) |
|
30 #include "../plugins/PWRPlugin/group/bld.inf" |
|
31 #endif |
29 |
32 |
30 PRJ_EXPORTS |
33 PRJ_EXPORTS |
31 ../rom/piprofiler.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) |
34 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 ) |
|
35 ../rom/piprofiler.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) |
|
36 #else |
|
37 ../rom/piprofiler_s2.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) |
|
38 #endif |
32 ../rom/piprofiler_ldd.iby CORE_IBY_EXPORT_PATH(tools/rom,piprofiler_ldd.iby) |
39 ../rom/piprofiler_ldd.iby CORE_IBY_EXPORT_PATH(tools/rom,piprofiler_ldd.iby) |
33 |
40 |