# HG changeset patch # User William Roberts # Date 1267289097 0 # Node ID b8b9ec0d9e3f56c4ba81a55384b38e988ee351e5 # Parent 2013ebce6d92d02bd31c196a70cc755eadb5373f# Parent 68885df736377f4798b0a43b704ea93ac2f83f5f Merged in changes to build CdlCompiler.exe and aknlayoutcompiler.exe from source diff -r 2013ebce6d92 -r b8b9ec0d9e3f aknlayoutcompiler/group/bld.inf --- a/aknlayoutcompiler/group/bld.inf Fri Feb 19 23:50:22 2010 +0200 +++ b/aknlayoutcompiler/group/bld.inf Sat Feb 27 16:44:57 2010 +0000 @@ -23,7 +23,7 @@ PRJ_EXPORTS -../binary/AknLayoutCompiler.exe /epoc32/tools/AknLayoutCompiler.exe +//../binary/AknLayoutCompiler.exe /epoc32/tools/AknLayoutCompiler.exe PRJ_MMPFILES @@ -37,7 +37,7 @@ * /epoc32/tools/AknLayoutCompiler.exe to ../binary directory and * put the binary to version control. */ -// AknLayoutCompiler.mmp + AknLayoutCompiler.mmp #endif diff -r 2013ebce6d92 -r b8b9ec0d9e3f cdlcompiler/group/bld.inf --- a/cdlcompiler/group/bld.inf Fri Feb 19 23:50:22 2010 +0200 +++ b/cdlcompiler/group/bld.inf Sat Feb 27 16:44:57 2010 +0000 @@ -21,7 +21,7 @@ PRJ_EXPORTS -../binary/CdlCompiler.exe /epoc32/tools/CdlCompiler.exe +//../binary/CdlCompiler.exe /epoc32/tools/CdlCompiler.exe PRJ_MMPFILES @@ -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