equal
deleted
inserted
replaced
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 |