From 0af5425964a96194759fcdb4c67043ad253ef58c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 17 Jun 2009 12:34:18 +0000 Subject: 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 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2768 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/pjsua_lib.mmp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.symbian/pjsua_lib.mmp') diff --git a/build.symbian/pjsua_lib.mmp b/build.symbian/pjsua_lib.mmp index 5e8113d9..0b197819 100644 --- a/build.symbian/pjsua_lib.mmp +++ b/build.symbian/pjsua_lib.mmp @@ -25,7 +25,11 @@ SOURCEPATH ..\pjsip\src\pjsua-lib MACRO PJ_M_I386=1 MACRO PJ_SYMBIAN=1 -// OPTION CW -lang c++ +// Must compile as C++, otherwise exception would not work +OPTION CW -lang c++ +OPTION ARMCC --cpp +OPTION GCC -x c++ +OPTION GCCE -x c++ // PJLIB-UTIL files -- cgit v1.2.3