equal
deleted
inserted
replaced
14 # Description: Use the CDL Compiler to generate the layout instance DLL. This file is named "ALL" |
14 # Description: Use the CDL Compiler to generate the layout instance DLL. This file is named "ALL" |
15 # to signify that all layouts are included into the DLL. Each product must modify this file to include |
15 # to signify that all layouts are included into the DLL. Each product must modify this file to include |
16 # only the instances and packages that it requires. |
16 # only the instances and packages that it requires. |
17 # |
17 # |
18 |
18 |
19 include layoutConfig.mk |
19 include LayoutConfig.mk |
20 |
20 |
21 do_nothing : |
21 do_nothing : |
22 @rem do_nothing |
22 |
23 |
23 |
24 MAKMAKE : make_gen_dir |
24 MAKMAKE : make_gen_dir |
25 @rem |
25 |
26 @rem the DLL |
26 |
27 @rem |
27 |
28 @CdlCompiler dll \ |
28 @CdlCompiler dll \ |
29 -p$(gen_dir) \ |
29 -p$(gen_dir) \ |
30 \ |
30 \ |
31 -laknlayout2.lib \ |
31 -laknlayout2.lib \ |
32 -laknlayout2scalable.lib \ |
32 -lAknLayout2Scalable.lib \ |
33 -laknlayout2adaptation.lib \ |
33 -lAknLayout2Adaptation.lib \ |
34 -lcdlengine.lib \ |
34 -lCdlEngine.lib \ |
35 \ |
35 \ |
36 -s..\decodelib\Aknlayout2adaptationdecode.cpp \ |
36 -s../decodelib/Aknlayout2adaptationdecode.cpp \ |
37 \ |
37 \ |
38 LayoutInst 0x101fe2aa \ |
38 LayoutInst 0x101fe2aa \ |
39 \ |
39 \ |
40 @common_instances.txt |
40 @common_instances.txt |
41 |
41 |