~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/build.symbian/pjsip_simple.mmp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#if defined(PJ_BUILD_DLL)
2
 
 
3
 
TARGET          pjsip_simple.dll
4
 
TARGETTYPE      dll
5
 
 
6
 
UID             0x0 0xA0000008
7
 
 
8
 
 
9
 
CAPABILITY      None
10
 
LIBRARY         pjsip.lib pjsdp.lib pjlib_util.lib pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib
11
 
MACRO           PJ_DLL
12
 
MACRO           PJ_EXPORTING
13
 
 
14
 
DEFFILE         .\pjsip_simple.def
15
 
 
16
 
#else
17
 
 
18
 
TARGET          pjsip_simple.lib
19
 
TARGETTYPE      lib
20
 
 
21
 
#endif
22
 
 
23
 
SOURCEPATH      ..\pjsip\src\pjsip-simple
24
 
 
25
 
MACRO           PJ_M_I386=1
26
 
MACRO           PJ_SYMBIAN=1
27
 
 
28
 
// Must compile as C++, otherwise exception would not work
29
 
OPTION          CW -lang c++
30
 
OPTION          ARMCC --cpp --gnu
31
 
OPTION          GCC     -x c++
32
 
OPTION          GCCE    -x c++
33
 
 
34
 
// PJSIP-SIMPLE files
35
 
 
36
 
SOURCE  errno.c
37
 
SOURCE  evsub.c
38
 
SOURCE  evsub_msg.c
39
 
SOURCE  iscomposing.c
40
 
SOURCE  mwi.c
41
 
SOURCE  pidf.c
42
 
SOURCE  presence.c
43
 
SOURCE  presence_body.c
44
 
SOURCE  publishc.c
45
 
SOURCE  rpid.c
46
 
SOURCE  xpidf.c
47
 
 
48
 
SYSTEMINCLUDE   ..\pjlib\include 
49
 
SYSTEMINCLUDE   ..\pjlib-util\include 
50
 
SYSTEMINCLUDE   ..\pjsip\include
51
 
 
52
 
SYSTEMINCLUDE   \epoc32\include
53
 
SYSTEMINCLUDE   \epoc32\include\libc
54