equal
deleted
inserted
replaced
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include <data_caging_paths.hrh> |
20 #include <data_caging_paths.hrh> |
21 |
21 |
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber |
|
23 #include "../../../inc/emailtraceconfig.hrh" |
23 #include "../inc/fsccontactactionserviceuids.hrh" |
24 #include "../inc/fsccontactactionserviceuids.hrh" |
24 #include "../inc/pbkxcontactactionservicedebug.hrh" |
25 #include "../inc/pbkxcontactactionservicedebug.hrh" |
25 |
26 |
26 |
27 |
27 TARGET fsccontactactionservice.dll |
28 TARGET fsccontactactionservice.dll |
97 #if (PBKX_DEBUG_LEVEL > 0) |
98 #if (PBKX_DEBUG_LEVEL > 0) |
98 LIBRARY pbkxdebug.lib |
99 LIBRARY pbkxdebug.lib |
99 |
100 |
100 #endif |
101 #endif |
101 |
102 |
|
103 #ifdef TRACE_INTO_FILE |
|
104 LIBRARY flogger.lib |
|
105 #endif // TRACE_INTO_FILE |
|
106 |
102 SOURCEPATH ../data |
107 SOURCEPATH ../data |
103 START RESOURCE fsccontactactionservice.rss |
108 START RESOURCE fsccontactactionservice.rss |
104 TARGET fsccontactactionservice.rsc |
109 TARGET fsccontactactionservice.rsc |
105 END //RESOURCE |
110 END //RESOURCE |
106 |
111 |