equal
deleted
inserted
replaced
1 |
|
2 Release Notes for Symbian Build System v2 |
1 Release Notes for Symbian Build System v2 |
3 |
2 |
4 next version |
3 next version |
5 |
4 |
6 - Fix platform macros for cross compilation on Linux |
5 - Fix platform macros for cross compilation on Linux |
9 use: |
8 use: |
10 -c tools2.win32 -c tools2 |
9 -c tools2.win32 -c tools2 |
11 It only applies to platform tools2 on Linux |
10 It only applies to platform tools2 on Linux |
12 |
11 |
13 - Add a workaround to enable the Qt team to link their code against Symbian DLL's |
12 - Add a workaround to enable the Qt team to link their code against Symbian DLL's |
|
13 |
|
14 |
|
15 version 2.12.2 |
|
16 |
|
17 Defect Fixes: |
|
18 - SF Bug 1569 - excessive recompilation in incremental tracecompiler builds |
|
19 - Better error messages for make-engine selection. |
|
20 e.g. "sbs -e arm" will now produce a useful error message rather than |
|
21 a traceback. "arm" is a real variant but it's not a make engine. In |
|
22 the past sbs would have tried to use it and would have failed with a |
|
23 complicated traceback. Also doesn't traceback for non-existent make engines. |
|
24 - sbs_filter chose wrong embedded default python version. Set to 2.6.4 now. |
|
25 - FilterCheck did not check files when run from sbs_filter |
|
26 - Remove old references to python 2.5.2 |
|
27 - Escape filenames with special XML characters inside <member> tags |
|
28 |
14 |
29 |
15 version 2.12.1 |
30 version 2.12.1 |
16 |
31 |
17 Defect Fixes: |
32 Defect Fixes: |
18 - SF Bug 1494 - sbs --what does not report Trace Compiler output |
33 - SF Bug 1494 - sbs --what does not report Trace Compiler output |