Ignore:
Timestamp:
Jun 17, 2009 12:34:18 PM (15 years ago)
Author:
bennylp
Message:

Ticket #887: Re-enable compile as C++ option for libraries as part of making exception work in Symbian

  • also added pjlib-test in bld.inf
  • added pjlib-test.pkg
  • changed hash.c to hash_test.c in pjlib_test
File:
1 edited

Legend:

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

    r1640 r2768  
    2626MACRO           PJ_SYMBIAN=1 
    2727 
    28 // OPTION               CW -lang c++ 
     28// Must compile as C++, otherwise exception would not work 
     29OPTION          CW -lang c++ 
     30OPTION          ARMCC --cpp 
     31OPTION          GCC     -x c++ 
     32OPTION          GCCE    -x c++ 
    2933 
    3034// PJLIB-UTIL files 
Note: See TracChangeset for help on using the changeset viewer.