Ignore:
Timestamp:
Dec 28, 2007 6:36:31 PM (16 years ago)
Author:
bennylp
Message:

Ticket #434: fixed configurations to build Symbian for device target

Location:
pjproject/trunk/build.symbian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian

    • Property svn:ignore
      •  

        old new  
        66*_UID_.cpp 
        77tmpnames.def 
         8*.sis 
         9*.sisx 
         10*.cer 
         11*.key 
         12*.rnd 
  • pjproject/trunk/build.symbian/pjlib.mmp

    r1603 r1640  
    1 #if defined(EKA2) 
    2 // ARM ABIv2 doesn't support static libraries anymore 
     1#if defined(PJ_BUILD_DLL) 
    32TARGET          pjlib.dll 
    43TARGETTYPE      dll 
    5 UID             0x1000008d 0xA0004299 
     4UID             0x0 0xA0000001 
     5 
    66CAPABILITY      NONE 
    77LIBRARY         esock.lib insock.lib charconv.lib euser.lib estlib.lib 
     
    1515TARGET          pjlib.lib 
    1616TARGETTYPE      lib 
    17 UID             0x100039CE 0x10004299 
    18 //VENDORID      0x70000001 
     17 
    1918#endif 
    2019 
Note: See TracChangeset for help on using the changeset viewer.