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

    r2506 r2768  
    2222MACRO           PJ_M_I386=1 
    2323MACRO           PJ_SYMBIAN=1 
     24 
     25// Must compile as C++, otherwise exception would not work 
     26OPTION          CW -lang c++ 
     27OPTION          ARMCC --cpp 
     28OPTION          GCC -x c++ 
     29OPTION          GCCE -x c++ 
    2430 
    2531// 
Note: See TracChangeset for help on using the changeset viewer.