equal
deleted
inserted
replaced
15 * Makefile of Connection Method Manager's framework. |
15 * Makefile of Connection Method Manager's framework. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
20 #include <platform_paths.hrh> |
22 |
21 |
23 TARGET cmmanager.dll |
22 TARGET cmmanager.dll |
24 TARGETTYPE dll |
23 TARGETTYPE dll |
25 UID 0x1000008d 0x10207376 |
24 UID 0x1000008d 0x10207376 |
26 CAPABILITY CAP_GENERAL_DLL |
25 CAPABILITY CAP_GENERAL_DLL |
27 VENDORID VID_DEFAULT |
26 VENDORID VID_DEFAULT |
28 |
27 |
29 SOURCEPATH ../../cmmcommon/Src |
28 SOURCEPATH ../../cmmcommon/src |
30 SOURCE cmmclistatic.cpp |
29 SOURCE cmmclistatic.cpp |
31 |
30 |
32 SOURCEPATH ../Src |
31 SOURCEPATH ../src |
33 SOURCE cmmanager.cpp |
32 SOURCE cmmanager.cpp |
34 SOURCE cmmanagerapi.cpp |
33 SOURCE cmmanagerapi.cpp |
35 SOURCE cmdestination.cpp |
34 SOURCE cmdestination.cpp |
36 SOURCE cmdestinationwrapper.cpp |
35 SOURCE cmdestinationwrapper.cpp |
37 SOURCE cmdestinationapi.cpp |
36 SOURCE cmdestinationapi.cpp |
54 //Macro to /epoc32 headers |
53 //Macro to /epoc32 headers |
55 MW_LAYER_SYSTEMINCLUDE |
54 MW_LAYER_SYSTEMINCLUDE |
56 |
55 |
57 LIBRARY euser.lib |
56 LIBRARY euser.lib |
58 |
57 |
59 DEBUGLIBRARY flogger.lib |
|
60 |
|
61 #if defined(ARMCC) |
58 #if defined(ARMCC) |
62 DEFFILE ../EABI/CmManager_prot_setup.def |
59 DEFFILE ../EABI/CmManager_prot_setup.def |
63 #elif defined( WINSCW ) |
60 #elif defined( WINSCW ) |
64 DEFFILE ../BWinsCw/CmManager_prot_setup.def |
61 DEFFILE ../BWinsCw/CmManager_prot_setup.DEF |
65 #elif defined( WINS ) |
62 #elif defined( WINS ) |
66 DEFFILE ../BWins/CmManager_prot_setup.def |
63 DEFFILE ../BWins/CmManager_prot_setup.def |
67 #else |
64 #else |
68 DEFFILE ../BMarm/CmManager_prot_setup.def |
65 DEFFILE ../BMarm/CmManager_prot_setup.def |
69 #endif |
66 #endif |