19 - Command line interface for calling Mifconv from custom makefiles |
19 - Command line interface for calling Mifconv from custom makefiles |
20 - Makefile templates for incremental building, supporting GNU make syntax for |
20 - Makefile templates for incremental building, supporting GNU make syntax for |
21 ABLD build system and FLM syntax for SBSv2 build system |
21 ABLD build system and FLM syntax for SBSv2 build system |
22 - Generating MIF files from SVG/SVGB icon sources and BMP file ids |
22 - Generating MIF files from SVG/SVGB icon sources and BMP file ids |
23 - Converting SVG to SVGB with the Svgtbinencode utility |
23 - Converting SVG to SVGB with the Svgtbinencode utility |
24 - Generating MBM files with the Bmconv utility |
24 - Generating MBM files (alternatively with Bmconv utility given with -B parameter) |
25 - Generating icon id enumeration MBG header files from the given source files |
25 - Generating icon id enumeration MBG header files from the given source files |
26 |
26 |
27 =============================================================================== |
27 =============================================================================== |
28 |
28 |
29 What's New in v3.1.7 |
29 What's New in v3.2.0 |
30 ==================== |
30 ==================== |
31 - Fix: MIF-file is created also when no input files are given. |
31 - Change: Removed dependencies to BMCONV tool by adding the BMCONV encoding |
32 - Fix: Correct build directory used with mifconv.flm. |
32 functionality as a part of MifConv functionality. External BMCONV tool can still |
33 - Fix: MBM-file is included in RELEASABLES macro in mifconv.flm. |
33 be used by giving -B parameter. |
34 - Fix: '/' is not a valid option prefix in Linux. Only '-' is allowed. |
|
35 - Change: If SBS_BUILD_DIR environment variable is defined, it is used as |
|
36 a base of temporary icon folder. |
|
37 |
34 |
38 =============================================================================== |
35 =============================================================================== |
39 |
36 |
40 Installation Notes: |
37 Installation Notes: |
41 =================== |
38 =================== |
57 |
54 |
58 =============================================================================== |
55 =============================================================================== |
59 |
56 |
60 Known Issues: |
57 Known Issues: |
61 ============= |
58 ============= |
|
59 - There must not be any spaces in a path given with -B parameter |
62 - Depth parameter must always be given for each bitmap |
60 - Depth parameter must always be given for each bitmap |
63 - Heavier components, such as avkon2.mif, are not supported in ABLD build |
61 - Heavier components, such as avkon2.mif, are not supported in ABLD build |
64 system due to restrictions in GNU make in the SDK |
62 system due to restrictions in GNU make in the SDK |
65 - If you don't specify TARGETFILE in the bld.inf at all but only a HEADERFILE, |
63 - If you don't specify TARGETFILE in the bld.inf at all but only a HEADERFILE, |
66 the MBM file will be generated to the header file directory |
64 the MBM file will be generated to the header file directory |
67 |
65 |
68 =============================================================================== |
66 =============================================================================== |
69 |
67 |
70 Version History: |
68 Version History: |
71 ================ |
69 ================ |
|
70 |
|
71 Version 3.1.7 - 10th July 2009 |
|
72 ==================== |
|
73 - Fix: MIF-file is created also when no input files are given. |
|
74 - Fix: Correct build directory used with mifconv.flm. |
|
75 - Fix: MBM-file is included in RELEASABLES macro in mifconv.flm. |
|
76 - Fix: '/' is not a valid option prefix in Linux. Only '-' is allowed. |
|
77 - Change: If SBS_BUILD_DIR environment variable is defined, it is used as |
|
78 a base of temporary icon folder. |
72 |
79 |
73 Version 3.1.6 - 22nd June 2009 |
80 Version 3.1.6 - 22nd June 2009 |
74 ------------------------------ |
81 ------------------------------ |
75 - Fix: Mifconv.xml updated to schema version 2.0 |
82 - Fix: Mifconv.xml updated to schema version 2.0 |
76 |
83 |
134 - Fix: Bmconv is no longer executed from makefile templates, but always from |
141 - Fix: Bmconv is no longer executed from makefile templates, but always from |
135 the main executable to avoid problems in the build process |
142 the main executable to avoid problems in the build process |
136 |
143 |
137 =============================================================================== |
144 =============================================================================== |
138 |
145 |
139 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
146 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
140 All rights reserved. |
147 All rights reserved. |
141 |
148 |
142 This component and the accompanying materials are made available |
149 This component and the accompanying materials are made available |
143 under the terms of "Eclipse Public License v1.0" |
150 under the terms of "Eclipse Public License v1.0" |
144 which accompanies this distribution, and is available |
151 which accompanies this distribution, and is available |