# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1286973691 -10800 # Node ID 8db86ce1136302c76e92cb28b716772ca88c7ea0 # Parent 33c0ad3ec005242d61be8f2a0f5ad8b1f4bf11ac Revision: 201038 Kit: 201041 diff -r 33c0ad3ec005 -r 8db86ce11363 cdlcompiler/group/bld.inf --- a/cdlcompiler/group/bld.inf Wed Sep 15 13:20:09 2010 +0300 +++ b/cdlcompiler/group/bld.inf Wed Oct 13 15:41:31 2010 +0300 @@ -21,14 +21,21 @@ PRJ_EXPORTS -/* ../binary/CdlCompiler.EXE /epoc32/tools/CdlCompiler.EXE */ +../binary/CdlCompiler.exe /epoc32/tools/CdlCompiler.exe PRJ_MMPFILES -/* FIXME: Can we remove this later ? */ -/* defined(TOOLS) || defined(CWTOOLS) || */ -#if defined(TOOLS2) -CdlCompiler.mmp +#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 #endif // End of File diff -r 33c0ad3ec005 -r 8db86ce11363 svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe Binary file svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe has changed