summaryrefslogtreecommitdiff
path: root/build.symbian/null_audio.mmp
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
committerDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
commitf3ab456a17af1c89a6e3be4d20c5944853df1cb0 (patch)
treed00e1a332cd038a6d906a1ea0ac91e1a4458e617 /build.symbian/null_audio.mmp
Import pjproject-2.0.1
Diffstat (limited to 'build.symbian/null_audio.mmp')
-rw-r--r--build.symbian/null_audio.mmp40
1 files changed, 40 insertions, 0 deletions
diff --git a/build.symbian/null_audio.mmp b/build.symbian/null_audio.mmp
new file mode 100644
index 0000000..de1dcbd
--- /dev/null
+++ b/build.symbian/null_audio.mmp
@@ -0,0 +1,40 @@
+#if defined(PJ_BUILD_DLL)
+
+TARGET null_audio.dll
+TARGETTYPE dll
+UID 0x0 0xA0000000
+
+
+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
+
+#endif
+
+SOURCEPATH ..\pjmedia\src\pjmedia
+
+OPTION CW -lang c++
+OPTION ARMCC --gnu
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+
+//
+// Platform independent source
+//
+SOURCE nullsound.c
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjmedia\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+