summaryrefslogtreecommitdiff
path: root/build.symbian/pjsip_ua.mmp
blob: 609c0a39475abe40891043cb913de3fd0304bd32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#if defined(PJ_BUILD_DLL)

TARGET		pjsip_ua.dll
TARGETTYPE	dll

UID		0x0 0xA0000009


CAPABILITY	None
LIBRARY		pjsip_simple.lib pjsip.lib pjsdp.lib pjlib_util.lib pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib
MACRO		PJ_DLL
MACRO		PJ_EXPORTING

DEFFILE		.\pjsip_ua.def

#else

TARGET 		pjsip_ua.lib
TARGETTYPE 	lib

#endif

SOURCEPATH	..\pjsip\src\pjsip-ua

MACRO		PJ_M_I386=1
MACRO		PJ_SYMBIAN=1

// Must compile as C++, otherwise exception would not work
OPTION          CW -lang c++
OPTION          ARMCC --cpp --gnu
OPTION          GCC     -x c++
OPTION          GCCE    -x c++


// PJSIP-UA files

SOURCE	sip_inv.c
SOURCE	sip_reg.c
SOURCE	sip_replaces.c
SOURCE	sip_xfer.c
SOURCE	sip_100rel.c
SOURCE	sip_timer.c

SYSTEMINCLUDE	..\pjlib\include 
SYSTEMINCLUDE	..\pjlib-util\include 
SYSTEMINCLUDE	..\pjsip\include 
SYSTEMINCLUDE	..\pjmedia\include

SYSTEMINCLUDE	\epoc32\include
SYSTEMINCLUDE	\epoc32\include\libc