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

    r2506 r2768  
    88MACRO           PJ_M_I386=1 
    99MACRO           PJ_SYMBIAN=1 
     10 
     11// Must compile as C++, otherwise exception would not work 
     12OPTION CW -lang c++ 
     13OPTION ARMCC --cpp 
     14OPTION GCC -x c++ 
     15OPTION GCCE -x c++ 
    1016 
    1117#if defined(PJ_BUILD_DLL) 
     
    2531SOURCE  fifobuf.c 
    2632SOURCE  file.c 
    27 SOURCE  hash.c 
     33SOURCE  hash_test.c 
    2834SOURCE  ioq_perf.c 
    2935SOURCE  ioq_tcp.c 
     
    6470#endif 
    6571 
     72// Need a bit of mem for logging in the app. 
     73EPOCSTACKSIZE           32768 
     74 
Note: See TracChangeset for help on using the changeset viewer.