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

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/build.symbian/pjstun_client.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
 
TARGET          pjstun_client.exe
2
 
TARGETTYPE      exe
3
 
UID             0x0 0xA000000A
4
 
 
5
 
OPTION          ARMCC --gnu
6
 
 
7
 
SOURCEPATH      ..\pjnath\src\pjstun-client
8
 
 
9
 
MACRO           PJ_M_I386=1
10
 
MACRO           PJ_SYMBIAN=1
11
 
 
12
 
// PJSTUN-CLIENT files
13
 
 
14
 
SOURCE  client_main.c
15
 
 
16
 
//SOURCE        main_symbian.cpp
17
 
 
18
 
 
19
 
SYSTEMINCLUDE   ..\pjlib\include
20
 
SYSTEMINCLUDE   ..\pjlib-util\include
21
 
SYSTEMINCLUDE   ..\pjnath\include
22
 
 
23
 
SYSTEMINCLUDE   \epoc32\include
24
 
SYSTEMINCLUDE   \epoc32\include\libc
25
 
 
26
 
#if defined(PJ_BUILD_DLL)
27
 
MACRO           PJ_DLL
28
 
LIBRARY         pjnath.lib pjlib_util.lib pjlib.lib
29
 
#else
30
 
STATICLIBRARY   pjnath.lib pjlib_util.lib pjlib.lib
31
 
#endif
32
 
 
33
 
LIBRARY         esock.lib insock.lib charconv.lib euser.lib estlib.lib
34
 
 
35
 
#ifdef WINSCW
36
 
STATICLIBRARY   eexe.lib ecrt0.lib
37
 
#endif
38
 
 
39
 
 
40
 
CAPABILITY      None
41