|
||
library
filename-list
Use the library
statement to specify import libraries.
The library
statement may specify any number of files, and
there may be many library
statements. Specify the entire filename,
e.g. euser.lib
or euser.dso
for ARMv5 target builds.
Note: When you are building for Symbian OS v9.4 and beyond,
you may change the library file extension from .lib
to
.dso
in the MMP file. The ABIv2 toolchain will still allow you to
link for ARM builds. However, it fails to link when you build for WINSCW
target. Therefore, to make it work on both the ARM and WINSCW build targets, it
is recommended that the library file names with .lib
extension be
used.