summaryrefslogtreecommitdiff
path: root/pjnath/build/pjnath_test.dsp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-06 14:47:10 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-06 14:47:10 +0000
commit8ec5bd6b3d5bafb1d3ab11236a3adc45ac5f04d8 (patch)
tree75c82cf12d34d58e3ccf64e6eb08e8628e8f94cf /pjnath/build/pjnath_test.dsp
parent77825e4c00356383e69f3fc4c63eccd0a3aa103f (diff)
Major major modifications related to ticket #485 (support for TURN-07):
- Added STUN socket transport pj_stun_sock - Integration of TURN-07 to ICE - Major refactoring in ICE stream transport to make it simpler - Major modification (i.e. API change) in almost everywhere else - Much more elaborate STUN, TURN, and ICE tests in pjnath-test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1988 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build/pjnath_test.dsp')
-rw-r--r--pjnath/build/pjnath_test.dsp23
1 files changed, 23 insertions, 0 deletions
diff --git a/pjnath/build/pjnath_test.dsp b/pjnath/build/pjnath_test.dsp
index 0c6b862f..32789682 100644
--- a/pjnath/build/pjnath_test.dsp
+++ b/pjnath/build/pjnath_test.dsp
@@ -88,6 +88,13 @@ LINK32=link.exe
# Begin Source File
SOURCE="..\src\pjnath-test\ice_test.c"
+
+!IF "$(CFG)" == "pjnath_test - Win32 Release"
+
+!ELSEIF "$(CFG)" == "pjnath_test - Win32 Debug"
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -95,6 +102,10 @@ SOURCE="..\src\pjnath-test\main.c"
# End Source File
# Begin Source File
+SOURCE="..\src\pjnath-test\server.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjnath-test\sess_auth.c"
# End Source File
# Begin Source File
@@ -103,14 +114,26 @@ SOURCE="..\src\pjnath-test\stun.c"
# End Source File
# Begin Source File
+SOURCE="..\src\pjnath-test\stun_sock_test.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjnath-test\test.c"
# End Source File
+# Begin Source File
+
+SOURCE="..\src\pjnath-test\turn_sock_test.c"
+# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE="..\src\pjnath-test\server.h"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjnath-test\test.h"
# End Source File
# End Group