~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.mmp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if defined(PJ_BUILD_DLL)
 
2
 
 
3
TARGET          pjsip.dll
 
4
TARGETTYPE      dll
 
5
 
 
6
UID             0x0 0xA0000007
 
7
 
 
8
 
 
9
CAPABILITY      None
 
10
LIBRARY         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.def
 
15
 
 
16
#else
 
17
 
 
18
TARGET          pjsip.lib
 
19
TARGETTYPE      lib
 
20
 
 
21
#endif
 
22
 
 
23
SOURCEPATH      ..\pjsip\src\pjsip
 
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-CORE files
 
35
 
 
36
//SOURCE        sip_auth_aka.c
 
37
SOURCE  sip_auth_client.c
 
38
SOURCE  sip_auth_msg.c
 
39
SOURCE  sip_auth_parser_wrap.cpp
 
40
SOURCE  sip_auth_server.c
 
41
SOURCE  sip_config.c
 
42
SOURCE  sip_dialog_wrap.cpp
 
43
SOURCE  sip_endpoint_wrap.cpp
 
44
SOURCE  sip_errno.c
 
45
SOURCE  sip_msg.c
 
46
SOURCE  sip_multipart.c
 
47
SOURCE  sip_parser_wrap.cpp
 
48
SOURCE  sip_resolve.c
 
49
SOURCE  sip_tel_uri_wrap.cpp
 
50
SOURCE  sip_transaction.c
 
51
SOURCE  sip_transport_wrap.cpp
 
52
SOURCE  sip_transport_loop.c
 
53
SOURCE  sip_transport_tcp.c
 
54
SOURCE  sip_transport_udp.c
 
55
SOURCE  sip_transport_tls.c
 
56
SOURCE  sip_ua_layer.c
 
57
SOURCE  sip_uri.c
 
58
SOURCE  sip_util_wrap.cpp
 
59
SOURCE  sip_util_proxy_wrap.cpp
 
60
SOURCE  sip_util_statefull.c
 
61
 
 
62
SYSTEMINCLUDE   ..\pjlib\include 
 
63
SYSTEMINCLUDE   ..\pjlib-util\include 
 
64
SYSTEMINCLUDE   ..\pjsip\include
 
65
 
 
66
SYSTEMINCLUDE   \epoc32\include
 
67
SYSTEMINCLUDE   \epoc32\include\libc
 
68
 
 
69