diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-917413FC-0AC0-5768-B5AD-36BD2EDCB1FF.dita --- a/Symbian3/PDK/Source/GUID-917413FC-0AC0-5768-B5AD-36BD2EDCB1FF.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-917413FC-0AC0-5768-B5AD-36BD2EDCB1FF.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,13 +1,13 @@ - - - - - -How to build feature-based variants

A feature-based variant defines features to which a DLL is sensitive. To build a DLL for a variant configuration of ARMV5, perform the steps outlined below:

  1. Add the FEATUREVARIANT keyword in the .mmp file to mark the DLL as a feature variant.

  2. Create a .var file containing the configuration for the variant. For variant file syntax, refer to variant configuration file syntax.

  3. Place the .var file in + + + + + +How to build feature-based variants

    A feature-based variant defines features to which a DLL is sensitive. To build a DLL for a variant configuration of ARMV5, perform the steps outlined below:

    1. Add the FEATUREVARIANT keyword in the .mmp file to mark the DLL as a feature variant.

    2. Create a .var file containing the configuration for the variant. For variant file syntax, refer to variant configuration file syntax.

    3. Place the .var file in /epoc32/tools/variant/ variant_name.var .

    4. Build the DLL for a variant using the abld command.

      For example:

      abld build armv5.myvar

    The DLL is built and placed in the /epoc32/release/armv5/urel folder.

    \ No newline at end of file