Changeset 2768 for pjproject/trunk/build.symbian/pjlib_test.mmp
- Timestamp:
- Jun 17, 2009 12:34:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.symbian/pjlib_test.mmp
r2506 r2768 8 8 MACRO PJ_M_I386=1 9 9 MACRO PJ_SYMBIAN=1 10 11 // Must compile as C++, otherwise exception would not work 12 OPTION CW -lang c++ 13 OPTION ARMCC --cpp 14 OPTION GCC -x c++ 15 OPTION GCCE -x c++ 10 16 11 17 #if defined(PJ_BUILD_DLL) … … 25 31 SOURCE fifobuf.c 26 32 SOURCE file.c 27 SOURCE hash .c33 SOURCE hash_test.c 28 34 SOURCE ioq_perf.c 29 35 SOURCE ioq_tcp.c … … 64 70 #endif 65 71 72 // Need a bit of mem for logging in the app. 73 EPOCSTACKSIZE 32768 74
Note: See TracChangeset
for help on using the changeset viewer.