# HG changeset patch # User Richard Taylor # Date 1272978097 -3600 # Node ID a337b022f8a84f491acb6a4be01364e0d98dd050 # Parent 8ac72bc37dd60e177b0723788d556834a24e14f5 release note: do not generate abiv1 import libs by default diff -r 8ac72bc37dd6 -r a337b022f8a8 sbsv2/raptor/RELEASE-NOTES.html --- a/sbsv2/raptor/RELEASE-NOTES.html Tue May 04 12:11:13 2010 +0100 +++ b/sbsv2/raptor/RELEASE-NOTES.html Tue May 04 14:01:37 2010 +0100 @@ -15,6 +15,7 @@
  • Work-around for failed RVCT 2.2 compiles
  • Obtain configuration data using --query option
  • Carbide.xml now contains *_gcce aliases
  • +
  • ABIv1 import libraries not generated by default
  • diff -r 8ac72bc37dd6 -r a337b022f8a8 sbsv2/raptor/notes/abiv1_implibs.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/notes/abiv1_implibs.txt Tue May 04 14:01:37 2010 +0100 @@ -0,0 +1,14 @@ + +The ABIv1 toolchain was deprecated in Symbian OS 9.4 but the build system +continued to generate both ABIv1 (.lib) import libraries and ABIv2 (.dso) +import libraries for convenience during the transition to ABIv2. + +This change now turns off the generation of ABIv1 import libraries by +default but makes support switchable on a kit-by-kit basis. To turn on +ABIv1 import library generation, add the following setting to the +root.changes variant in epoc32/sbs_config/os_properties.xml + + + +An example properties file is available in the examples/os_properties.xml +file distributed within the Raptor installation.