Ignore:
Timestamp:
Mar 6, 2009 4:12:31 PM (15 years ago)
Author:
nanang
Message:
  • Removed lines of "force to use C++ compiler" in some Symbian MMPs
  • Updated symbian_ua UID
  • Added compiler optimization flag in pjmedia_auddev.mmp
  • Deleted obsolete symbain_audio_aps.mmp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/build.symbian/symbian_ua.mmp

    r2483 r2490  
    55TARGET                  symbian_ua.exe 
    66TARGETTYPE              exe 
    7 UID                     0x0 0xA000000D 
     7UID                     0x0 0x200235D3 
    88 
    99SOURCEPATH              ..\pjsip-apps\src\symbian_ua 
     
    1111MACRO                   PJ_M_I386=1 
    1212MACRO                   PJ_SYMBIAN=1 
     13 
     14OPTION                  GCCE -O2 -fno-unit-at-a-time 
     15SRCDBG 
    1316 
    1417// Source files 
     
    4144 
    4245#if SND_HAS_APS 
    43 LIBRARY         APSSession2.lib 
     46        LIBRARY         APSSession2.lib 
    4447#endif 
    4548 
     
    5457 
    5558#if SND_HAS_APS || SND_HAS_VAS 
    56 CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD 
     59        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD 
    5760#else 
    5861        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment 
     
    6770// The default 8KB seems to be insufficient with all bells and 
    6871// whistles turned on 
    69 EPOCSTACKSIZE   12288 
     72EPOCSTACKSIZE           12288 
    7073 
Note: See TracChangeset for help on using the changeset viewer.