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

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/build.symbian/null_audio.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          null_audio.dll
4
 
TARGETTYPE      dll
5
 
UID             0x0 0xA0000000
6
 
 
7
 
 
8
 
CAPABILITY      None
9
 
LIBRARY         pjlib.lib charconv.lib euser.lib estlib.lib
10
 
MACRO           PJ_DLL
11
 
MACRO           PJ_EXPORTING
12
 
 
13
 
DEFFILE         .\null_audio.def
14
 
 
15
 
#else
16
 
 
17
 
TARGET          null_audio.lib
18
 
TARGETTYPE      lib
19
 
 
20
 
#endif
21
 
 
22
 
SOURCEPATH      ..\pjmedia\src\pjmedia
23
 
 
24
 
OPTION          CW -lang c++
25
 
OPTION          ARMCC --gnu
26
 
 
27
 
MACRO           PJ_M_I386=1
28
 
MACRO           PJ_SYMBIAN=1
29
 
 
30
 
//
31
 
// Platform independent source
32
 
//
33
 
SOURCE          nullsound.c
34
 
 
35
 
SYSTEMINCLUDE   ..\pjlib\include
36
 
SYSTEMINCLUDE   ..\pjmedia\include
37
 
 
38
 
SYSTEMINCLUDE   \epoc32\include
39
 
SYSTEMINCLUDE   \epoc32\include\libc
40