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/null_audio.mmp

    r1253 r1417  
     1#if defined(EKA2) 
     2 
     3TARGET          null_audio.dll 
     4TARGETTYPE      dll 
     5UID             0x1000008d 0xA0004294 
     6 
     7CAPABILITY      None 
     8LIBRARY         pjlib.lib charconv.lib euser.lib estlib.lib 
     9MACRO           PJ_DLL 
     10MACRO           PJ_EXPORTING 
     11 
     12DEFFILE         .\null_audio.def 
     13 
     14#else 
     15 
    116TARGET          null_audio.lib 
    217TARGETTYPE      lib 
    318UID             0x100039CE 0x10004299 
    419VENDORID        0x70000001 
     20 
     21#endif 
    522 
    623SOURCEPATH      ..\pjmedia\src\pjmedia 
Note: See TracChangeset for help on using the changeset viewer.