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_test.mmp

    r1405 r1640  
    11TARGET          pjlib_test.exe 
    22TARGETTYPE      exe 
    3 UID             0x100039CE 0x10004299 
    4 VENDORID        0x70000001 
     3UID             0x0 0xA0000002 
     4 
    55 
    66SOURCEPATH      ..\pjlib\src\pjlib-test 
     
    99MACRO           PJ_SYMBIAN=1 
    1010 
    11 #if defined(EKA2) 
     11#if defined(PJ_BUILD_DLL) 
    1212MACRO           PJ_DLL 
     13LIBRARY         pjlib.lib  
     14#else 
     15STATICLIBRARY   pjlib.lib  
    1316#endif 
    1417 
     
    5861SYSTEMINCLUDE   \epoc32\include\libc 
    5962 
    60 LIBRARY         pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib eexe.lib 
    61 STATICLIBRARY   ecrt0.lib 
    62 CAPABILITY      None 
     63LIBRARY         esock.lib insock.lib charconv.lib euser.lib estlib.lib  
     64#ifdef WINSCW 
     65STATICLIBRARY   eexe.lib ecrt0.lib 
     66#endif 
    6367 
Note: See TracChangeset for help on using the changeset viewer.