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

    r2506 r2768  
    2525MACRO           PJ_M_I386=1 
    2626MACRO           PJ_SYMBIAN=1 
     27 
     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++ 
    2733 
    2834// PJSIP-CORE files 
Note: See TracChangeset for help on using the changeset viewer.