Changes between Version 2 and Version 6 of Ticket #354


Ignore:
Timestamp:
Aug 16, 2007 10:21:45 AM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #354

    • Property Status changed from new to assigned
    • Property Summary changed from Building the libraries as dynamic libraries (.DSO) in Symbian to Build the libraries as dynamic libraries (.DSO) in Symbian
  • Ticket #354 – Description

    v2 v6  
    11Symbian 9 build system with its ABIv2 no longer supports linking with static libraries. Some major works need to be done to support building PJ libraries as dynamic libraries 
    22 
    3 '''PJDLL and PJ_EXPORTING macros''' 
     3'''PJ_DLL and PJ_EXPORTING macros''' 
    44 
    55'''{{{PJ_DLL}}}''' and '''{{{PJ_EXPORTING}}}''' macros are introduced to control the import/export behavior. The declaration of these macros causes the relevant {{{PJ_DECL}}} and {{{PJ_DEF}}} syntax to be generated.