summaryrefslogtreecommitdiff
path: root/build.symbian/null_audio.mmp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-08-16 10:11:44 +0000
committerBenny Prijono <bennylp@teluu.com>2007-08-16 10:11:44 +0000
commit159bce8846c6ad6a801085814ce456b13d90b395 (patch)
tree610f6d100a384dfee5957d2d9454fa893d094400 /build.symbian/null_audio.mmp
parente98db7abda0bea7e779ab589753aaa3b9b3f148b (diff)
Ticket #354: continuing work to port the Symbian libraries to .DSO format
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1417 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian/null_audio.mmp')
-rw-r--r--build.symbian/null_audio.mmp17
1 files changed, 17 insertions, 0 deletions
diff --git a/build.symbian/null_audio.mmp b/build.symbian/null_audio.mmp
index 55bc20de..9676335a 100644
--- a/build.symbian/null_audio.mmp
+++ b/build.symbian/null_audio.mmp
@@ -1,8 +1,25 @@
+#if defined(EKA2)
+
+TARGET null_audio.dll
+TARGETTYPE dll
+UID 0x1000008d 0xA0004294
+
+CAPABILITY None
+LIBRARY pjlib.lib charconv.lib euser.lib estlib.lib
+MACRO PJ_DLL
+MACRO PJ_EXPORTING
+
+DEFFILE .\null_audio.def
+
+#else
+
TARGET null_audio.lib
TARGETTYPE lib
UID 0x100039CE 0x10004299
VENDORID 0x70000001
+#endif
+
SOURCEPATH ..\pjmedia\src\pjmedia
OPTION CW -lang c++