summaryrefslogtreecommitdiff
path: root/build.symbian/pjnath.mmp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-12-28 18:36:31 +0000
committerBenny Prijono <bennylp@teluu.com>2007-12-28 18:36:31 +0000
commita1a1a2babda1465967373157c26c3d88a44f3cca (patch)
tree1b784ab544577a2b7ba9bb2f5e5946a105f73d28 /build.symbian/pjnath.mmp
parentc31b7e9ae914c4a79534ae6f42d4d8de8b6465e7 (diff)
Ticket #434: fixed configurations to build Symbian for device target
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1640 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian/pjnath.mmp')
-rw-r--r--build.symbian/pjnath.mmp10
1 files changed, 3 insertions, 7 deletions
diff --git a/build.symbian/pjnath.mmp b/build.symbian/pjnath.mmp
index 4ab7c870..00a821e6 100644
--- a/build.symbian/pjnath.mmp
+++ b/build.symbian/pjnath.mmp
@@ -1,7 +1,8 @@
-#if defined(EKA2)
+#if defined(PJ_BUILD_DLL)
TARGET pjnath.dll
TARGETTYPE dll
-UID 0x1000008d 0xA0004297
+UID 0x0 0xA0000005
+
CAPABILITY None
LIBRARY pjlib_util.lib pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib
MACRO PJ_DLL
@@ -13,8 +14,6 @@ DEFFILE .\pjnath.def
TARGET pjnath.lib
TARGETTYPE lib
-UID 0x100039CE 0x10004299
-VENDORID 0x70000001
#endif
@@ -63,6 +62,3 @@ SYSTEMINCLUDE ..\pjnath\include
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\libc
-//STATICLIBRARY pjlib.lib
-//STATICLIBRARY pjlib_util.lib
-