~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* 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
TARGET          pjsdp.dll
 
3
TARGETTYPE      dll
 
4
UID             0x0 0xA0000006
 
5
 
 
6
CAPABILITY      None
 
7
LIBRARY         pjlib_util.lib pjlib.lib charconv.lib euser.lib estlib.lib
 
8
MACRO           PJ_DLL
 
9
MACRO           PJ_EXPORTING
 
10
 
 
11
DEFFILE         .\pjsdp.def
 
12
 
 
13
#else
 
14
 
 
15
TARGET          pjsdp.lib
 
16
TARGETTYPE      lib
 
17
 
 
18
#endif
 
19
 
 
20
SOURCEPATH      ..\pjmedia\src\pjmedia
 
21
 
 
22
MACRO           PJ_M_I386=1
 
23
MACRO           PJ_SYMBIAN=1
 
24
 
 
25
// Must compile as C++, otherwise exception would not work
 
26
OPTION          CW -lang c++
 
27
OPTION          ARMCC --cpp --gnu
 
28
OPTION          GCC     -x c++
 
29
OPTION          GCCE    -x c++
 
30
 
 
31
//
 
32
// Platform independent source
 
33
//
 
34
SOURCE          errno.c
 
35
SOURCE          sdp_wrap.cpp
 
36
SOURCE          sdp_cmp.c
 
37
SOURCE          sdp_neg.c
 
38
 
 
39
 
 
40
SYSTEMINCLUDE   ..\pjlib\include 
 
41
SYSTEMINCLUDE   ..\pjlib-util\include 
 
42
SYSTEMINCLUDE   ..\pjmedia\include
 
43
 
 
44
SYSTEMINCLUDE   \epoc32\include
 
45
SYSTEMINCLUDE   \epoc32\include\libc
 
46