summaryrefslogtreecommitdiff
path: root/pjsip/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-02 21:18:58 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-02 21:18:58 +0000
commitaad76a0bb1ea62caaf67e6fecaea5786b5f2811a (patch)
tree8183f5a20882579ad310e060115a832a2e6eb444 /pjsip/build
parentcf626e119a5f0b8b424c7cf473f514f1710ce209 (diff)
Added IM and composition indication, and tested
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@268 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build')
-rw-r--r--pjsip/build/pjsip_simple.dsp8
-rw-r--r--pjsip/build/pjsua_lib.dsp8
2 files changed, 14 insertions, 2 deletions
diff --git a/pjsip/build/pjsip_simple.dsp b/pjsip/build/pjsip_simple.dsp
index 6e6643f6..efa4847f 100644
--- a/pjsip/build/pjsip_simple.dsp
+++ b/pjsip/build/pjsip_simple.dsp
@@ -97,6 +97,10 @@ SOURCE="..\src\pjsip-simple\evsub_msg.c"
# End Source File
# Begin Source File
+SOURCE="..\src\pjsip-simple\iscomposing.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjsip-simple\pidf.c"
# End Source File
# Begin Source File
@@ -125,6 +129,10 @@ SOURCE="..\include\pjsip-simple\evsub_msg.h"
# End Source File
# Begin Source File
+SOURCE="..\include\pjsip-simple\iscomposing.h"
+# End Source File
+# Begin Source File
+
SOURCE="..\include\pjsip-simple\pidf.h"
# End Source File
# Begin Source File
diff --git a/pjsip/build/pjsua_lib.dsp b/pjsip/build/pjsua_lib.dsp
index 806b6316..42482e9e 100644
--- a/pjsip/build/pjsua_lib.dsp
+++ b/pjsip/build/pjsua_lib.dsp
@@ -65,7 +65,7 @@ LIB32=link.exe -lib
# PROP Intermediate_Dir ".\output\pjsua-lib-i386-win32-vc6-debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /I "../../pjmedia/include" /I "../../pjlib-util/include" /I "../../pjlib/include" /D "_DEBUG" /D PJ_WIN32=1 /D PJ_M_I386=1 /D "WIN32" /D "_MBCS" /D "_LIB" /FD /GZ /c
+# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /I "../../pjmedia/include" /I "../../pjlib-util/include" /I "../../pjlib/include" /D "_DEBUG" /D PJ_WIN32=1 /D PJ_M_I386=1 /D "WIN32" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
@@ -99,7 +99,7 @@ SOURCE="..\src\pjsua-lib\pjsua_core.c"
# End Source File
# Begin Source File
-SOURCE="..\src\pjsua-lib\pjsua_opt.c"
+SOURCE="..\src\pjsua-lib\pjsua_im.c"
# End Source File
# Begin Source File
@@ -109,6 +109,10 @@ SOURCE="..\src\pjsua-lib\pjsua_pres.c"
SOURCE="..\src\pjsua-lib\pjsua_reg.c"
# End Source File
+# Begin Source File
+
+SOURCE="..\src\pjsua-lib\pjsua_settings.c"
+# End Source File
# End Group
# Begin Group "Header Files"