cdlcompiler/group/bld.inf
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
child 8 1871e4cafb97
--- a/cdlcompiler/group/bld.inf	Thu Dec 17 09:14:18 2009 +0200
+++ b/cdlcompiler/group/bld.inf	Mon Jan 18 21:13:05 2010 +0200
@@ -17,15 +17,15 @@
 #include <platform_paths.hrh>
 
 PRJ_PLATFORMS
-TOOLS CWTOOLS
+TOOLS CWTOOLS TOOLS2
 
 PRJ_EXPORTS
 
-../binary/CdlCompiler.EXE /epoc32/tools/CdlCompiler.exe 
+../binary/CdlCompiler.exe /epoc32/tools/CdlCompiler.exe 
 
 PRJ_MMPFILES
 
-#if defined(TOOLS) || defined(CWTOOLS)
+#if defined(TOOLS) || defined(CWTOOLS) || defined(TOOLS2)
 
 /*
  * NOTICE! CdlCompiler is not compiled any more during usual build.
@@ -35,7 +35,7 @@
  * /epoc32/tools/AknLayoutCompiler.exe to ../binary directory and 
  * put the binary to version control.
  */
-//CdlCompiler.mmp
+// CdlCompiler.mmp
 #endif
 
 // End of File