layouts/aknlayout2/group/LayoutConfig.mk
branchRCL_3
changeset 24 e4e3998ddda2
parent 8 a10f447f38bd
child 25 9f95a5546443
equal deleted inserted replaced
23:9dbe1b043bea 24:e4e3998ddda2
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 # LayoutConfig.mk is no longer used for selecting layouts.
    16 # LayoutConfig.mk is no longer used for selecting layouts.
    17 # Instead, select the appropriate iby file(s) from
    17 # Instead, select the appropriate iby file(s) from
    18 # aknlayout2/rom to configure the correct layouts for a product.
    18 # aknlayout2\rom to configure the correct layouts for a product.
    19 
    19 
    20 gen_dir = ../generated
    20 gen_dir = ..\generated
    21 
    21 
    22 make_gen_dir:
    22 make_gen_dir :
    23 	@python -c "import os,os.path; os.path.exists('$(gen_dir)') or os.mkdir('$(gen_dir)')"
    23 	@-md $(gen_dir) > nul 2>&1