cdlcompiler/group/bld.inf
changeset 28 682a0332b10b
parent 18 8cac7c60e3d2
--- a/cdlcompiler/group/bld.inf	Thu May 27 13:53:15 2010 +0300
+++ b/cdlcompiler/group/bld.inf	Fri Jun 11 14:37:49 2010 +0300
@@ -21,21 +21,14 @@
 
 PRJ_EXPORTS
 
-../binary/CdlCompiler.EXE /epoc32/tools/CdlCompiler.EXE 
+/* ../binary/CdlCompiler.EXE /epoc32/tools/CdlCompiler.EXE  */
 
 PRJ_MMPFILES
 
-#if defined(TOOLS) || defined(CWTOOLS) || defined(TOOLS2)
-
-/*
- * NOTICE! CdlCompiler is not compiled any more during usual build.
- * It is just exported from ../binary directory.
- * If you really want compile AknLayoutCompiler from sources you need to 
- * uncomment below line, build this project and copy 
- * /epoc32/tools/AknLayoutCompiler.exe to ../binary directory and 
- * put the binary to version control.
- */
-// CdlCompiler.mmp
+/* FIXME: Can we remove this later ? */
+/* defined(TOOLS) || defined(CWTOOLS) ||  */
+#if defined(TOOLS2)
+CdlCompiler.mmp
 #endif
 
 // End of File