layouts/aknlayout2/group/DLL_All.mk
branchRCL_3
changeset 106 e4e3998ddda2
parent 38 a10f447f38bd
child 107 9f95a5546443
equal deleted inserted replaced
100:9dbe1b043bea 106:e4e3998ddda2
    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 
    22 	@rem do_nothing
    23 
    23 
    24 MAKMAKE : make_gen_dir
    24 MAKMAKE : make_gen_dir
    25 
    25 	@rem
    26 
    26 	@rem the DLL
    27 
    27 	@rem
    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