Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian/pjsip.mmp

    r1269 r1417  
     1#if defined(EKA2) 
     2 
     3TARGET          pjsip.dll 
     4TARGETTYPE      dll 
     5 
     6UID             0x1000008d 0xA0004293 
     7 
     8CAPABILITY      None 
     9LIBRARY         pjsdp.lib pjlib_util.lib pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib 
     10MACRO           PJ_DLL 
     11MACRO           PJ_EXPORTING 
     12 
     13DEFFILE         .\pjsip.def 
     14 
     15#else 
     16 
    117TARGET          pjsip.lib 
    218TARGETTYPE      lib 
    319UID             0x100039CE 0x10004299 
    420VENDORID        0x70000001 
     21 
     22#endif 
    523 
    624SOURCEPATH      ..\pjsip\src\pjsip 
     
    4462SYSTEMINCLUDE   \epoc32\include\libc 
    4563 
    46 CAPABILITY      None 
    4764 
Note: See TracChangeset for help on using the changeset viewer.