From fd5aade84080ce74df1622958ea2c56c3e827703 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 12 May 2007 15:03:23 +0000 Subject: Symbian fixes to compile on GCCE (nested callbacks etc) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1269 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/pjnath.mmp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build.symbian/pjnath.mmp') diff --git a/build.symbian/pjnath.mmp b/build.symbian/pjnath.mmp index 8e648dd6..2bd86911 100644 --- a/build.symbian/pjnath.mmp +++ b/build.symbian/pjnath.mmp @@ -8,7 +8,9 @@ SOURCEPATH ..\pjnath\src\pjnath MACRO PJ_M_I386=1 MACRO PJ_SYMBIAN=1 -//OPTION CW -lang c++ +OPTION CW -lang c++ +OPTION ARMCC --cpp +OPTION GCC -x c++ // // PJNATH files @@ -45,7 +47,7 @@ SYSTEMINCLUDE ..\pjnath\include SYSTEMINCLUDE \epoc32\include SYSTEMINCLUDE \epoc32\include\libc -LIBRARY pjlib.lib -LIBRARY pjlib_util.lib +//STATICLIBRARY pjlib.lib +//STATICLIBRARY pjlib_util.lib CAPABILITY None -- cgit v1.2.3