~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

Viewing changes to sflphone-common/libs/pjproject/build.symbian/pjsip_simple.mmp

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

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