layouts/aknlayout2/group/Copy_ZoomConfig.mk
branchRCL_3
changeset 106 e4e3998ddda2
parent 38 a10f447f38bd
child 107 9f95a5546443
--- a/layouts/aknlayout2/group/Copy_ZoomConfig.mk	Thu Aug 19 10:53:51 2010 +0300
+++ b/layouts/aknlayout2/group/Copy_ZoomConfig.mk	Tue Aug 31 16:13:36 2010 +0300
@@ -11,17 +11,19 @@
 #
 # Contributors:
 #
-# Description:  Copies zoom factor configuration file to ../generated directory.
+# Description:  Copies zoom factor configuration file to ..\generated directory.
 #               Zoom levels specified in LayoutZoomFactorConfig.txt are added 
 #               to the layout dll
 #
 
-include LayoutConfig.mk
+include layoutConfig.mk
 
 do_nothing :
+	@rem do_nothing
 
 MAKMAKE : make_gen_dir
-	@python -c "import shutil; shutil.copy2('LayoutZoomFactorConfig.txt', '$(gen_dir)/LayoutZoomFactorConfig.txt')"
+	@call perl -S ecopyfile.pl LayoutZoomFactorConfig.txt $(gen_dir)\LayoutZoomFactorConfig.txt
+
 BLD : do_nothing
 
 CLEAN :