equal
deleted
inserted
replaced
9 # Initial Contributors: |
9 # Initial Contributors: |
10 # Nokia Corporation - initial contribution. |
10 # Nokia Corporation - initial contribution. |
11 # |
11 # |
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: Copies zoom factor configuration file to ..\generated directory. |
14 # Description: Copies zoom factor configuration file to ../generated directory. |
15 # Zoom levels specified in LayoutZoomFactorConfig.txt are added |
15 # Zoom levels specified in LayoutZoomFactorConfig.txt are added |
16 # to the layout dll |
16 # to the layout dll |
17 # |
17 # |
18 |
18 |
19 include layoutConfig.mk |
19 include LayoutConfig.mk |
20 |
20 |
21 do_nothing : |
21 do_nothing : |
22 @rem do_nothing |
|
23 |
22 |
24 MAKMAKE : make_gen_dir |
23 MAKMAKE : make_gen_dir |
25 @call perl -S ecopyfile.pl LayoutZoomFactorConfig.txt $(gen_dir)\LayoutZoomFactorConfig.txt |
24 @python -c "import shutil; shutil.copy2('LayoutZoomFactorConfig.txt', '$(gen_dir)/LayoutZoomFactorConfig.txt')" |
26 |
|
27 BLD : do_nothing |
25 BLD : do_nothing |
28 |
26 |
29 CLEAN : |
27 CLEAN : |
30 |
28 |
31 LIB : do_nothing |
29 LIB : do_nothing |