layouts/aknlayout2/group/DLL_All.mk
branchRCL_3
changeset 107 9f95a5546443
parent 106 e4e3998ddda2
child 111 2fab78db5d89
--- a/layouts/aknlayout2/group/DLL_All.mk	Tue Aug 31 16:13:36 2010 +0300
+++ b/layouts/aknlayout2/group/DLL_All.mk	Wed Sep 01 12:19:53 2010 +0100
@@ -16,24 +16,24 @@
 #  only the instances and packages that it requires.
 #
 
-include layoutConfig.mk
+include LayoutConfig.mk
 
 do_nothing :
-	@rem do_nothing
+
 
 MAKMAKE : make_gen_dir
-	@rem
-	@rem the DLL
-	@rem
+
+
+
 	@CdlCompiler dll \
 		-p$(gen_dir) \
 		\
 		-laknlayout2.lib \
-		-laknlayout2scalable.lib \
-		-laknlayout2adaptation.lib \
-		-lcdlengine.lib \
+		-lAknLayout2Scalable.lib \
+		-lAknLayout2Adaptation.lib \
+		-lCdlEngine.lib \
 		\
-		-s..\decodelib\Aknlayout2adaptationdecode.cpp \
+		-s../decodelib/Aknlayout2adaptationdecode.cpp \
 		\
 		LayoutInst 0x101fe2aa \
 		\