Changeset 1417 for pjproject/trunk/build.symbian/pjsip_simple.mmp
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.symbian/pjsip_simple.mmp
r1269 r1417 1 #if defined(EKA2) 2 3 TARGET pjsip_simple.dll 4 TARGETTYPE dll 5 6 UID 0x1000008d 0xA0004292 7 8 CAPABILITY None 9 LIBRARY pjsip.lib pjsdp.lib pjlib_util.lib pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib 10 MACRO PJ_DLL 11 MACRO PJ_EXPORTING 12 13 DEFFILE .\pjsip_simple.def 14 15 #else 16 1 17 TARGET pjsip_simple.lib 2 18 TARGETTYPE lib 3 19 UID 0x100039CE 0x10004299 4 20 VENDORID 0x70000001 21 22 #endif 5 23 6 24 SOURCEPATH ..\pjsip\src\pjsip-simple … … 33 51 SYSTEMINCLUDE \epoc32\include\libc 34 52 35 CAPABILITY None36
Note: See TracChangeset
for help on using the changeset viewer.