summaryrefslogtreecommitdiff
path: root/build.symbian/pjlib_test.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/pjlib_test.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/pjlib_test.mmp')
-rw-r--r--build.symbian/pjlib_test.mmp16
1 files changed, 10 insertions, 6 deletions
diff --git a/build.symbian/pjlib_test.mmp b/build.symbian/pjlib_test.mmp
index 7c9bd537..4c859d87 100644
--- a/build.symbian/pjlib_test.mmp
+++ b/build.symbian/pjlib_test.mmp
@@ -1,15 +1,18 @@
TARGET pjlib_test.exe
TARGETTYPE exe
-UID 0x100039CE 0x10004299
-VENDORID 0x70000001
+UID 0x0 0xA0000002
+
SOURCEPATH ..\pjlib\src\pjlib-test
MACRO PJ_M_I386=1
MACRO PJ_SYMBIAN=1
-#if defined(EKA2)
+#if defined(PJ_BUILD_DLL)
MACRO PJ_DLL
+LIBRARY pjlib.lib
+#else
+STATICLIBRARY pjlib.lib
#endif
OPTION CW -lang c++
@@ -57,7 +60,8 @@ SYSTEMINCLUDE ..\pjlib\include
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\libc
-LIBRARY pjlib.lib esock.lib insock.lib charconv.lib euser.lib estlib.lib eexe.lib
-STATICLIBRARY ecrt0.lib
-CAPABILITY None
+LIBRARY esock.lib insock.lib charconv.lib euser.lib estlib.lib
+#ifdef WINSCW
+STATICLIBRARY eexe.lib ecrt0.lib
+#endif