equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #if defined(__S60_) |
19 #if defined(__S60_) |
20 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
20 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
21 #include <platform_paths.hrh> |
21 #include <platform_paths.hrh> |
22 #include <platform/mw/browser_platform_variant.hrh> |
22 #include <platform/mw/Browser_platform_variant.hrh> |
23 #endif |
23 #endif |
24 |
24 |
25 TARGET WebUtilsBCTest.dll |
25 TARGET WebUtilsBCTest.dll |
26 TARGETTYPE dll |
26 TARGETTYPE dll |
27 UID 0x1000008D 0x101FB3E7 |
27 UID 0x1000008D 0x101FB3E7 |
37 |
37 |
38 SOURCEPATH ../src |
38 SOURCEPATH ../src |
39 SOURCE WebUtilsBCTest.cpp |
39 SOURCE WebUtilsBCTest.cpp |
40 SOURCE WebUtilsBCTestCases.cpp |
40 SOURCE WebUtilsBCTestCases.cpp |
41 |
41 |
|
42 //RESOURCE resource_file |
|
43 //RESOURCE resource_file2 |
|
44 |
42 USERINCLUDE ../inc |
45 USERINCLUDE ../inc |
43 |
46 |
44 MW_LAYER_SYSTEMINCLUDE |
47 #if defined(__S60_) |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 #else |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE MW_LAYER_PUBLIC_EXPORT_PATH(internal) |
|
52 #endif |
45 |
53 |
46 LIBRARY euser.lib |
54 LIBRARY euser.lib |
47 LIBRARY stiftestinterface.lib |
55 LIBRARY stiftestinterface.lib |
48 LIBRARY stiftestinterface.lib |
56 LIBRARY stiftestinterface.lib |
49 LIBRARY webutils.lib |
57 LIBRARY webutils.lib |