sbsv2/raptor/notes/abiv1_implibs.txt
author Mike Kinghan <mikek@symbian.org>
Wed, 01 Dec 2010 12:02:41 +0000
changeset 42 cf609178ac39
parent 18 de5b887c98f7
permissions -rw-r--r--
1) fix_tools_exports.pl need only be run on Windows hosts; was run unnecessarily on Linux too. 2) Need to export modload.pm on Linux as well as Windows hosts.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     1
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     2
The ABIv1 toolchain was deprecated in Symbian OS 9.4 but the build system
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     3
continued to generate both ABIv1 (.lib) import libraries and ABIv2 (.dso)
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     4
import libraries for convenience during the transition to ABIv2.
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     5
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     6
This change now turns off the generation of ABIv1 import libraries by
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     7
default but makes support switchable on a kit-by-kit basis. To turn on
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     8
ABIv1 import library generation, add the following setting to the
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     9
root.changes variant in epoc32/sbs_config/os_properties.xml
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
    10
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
    11
<set name="SUPPORTS_ABIV1_IMPLIBS" value="1"/>
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
    12
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
    13
An example properties file is available in the examples/os_properties.xml
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
    14
file distributed within the Raptor installation.