Added loop transport to test transaction

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@107 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/build/pjsip_core.dsp b/pjsip/build/pjsip_core.dsp
index 264799c..608d7a6 100644
--- a/pjsip/build/pjsip_core.dsp
+++ b/pjsip/build/pjsip_core.dsp
@@ -124,7 +124,15 @@
 # Begin Source File

 

 SOURCE=..\src\pjsip\sip_transaction.c

+

+!IF  "$(CFG)" == "pjsip_core - Win32 Release"

+

 # PROP Exclude_From_Build 1

+

+!ELSEIF  "$(CFG)" == "pjsip_core - Win32 Debug"

+

+!ENDIF 

+

 # End Source File

 # Begin Source File

 

@@ -132,6 +140,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE=..\src\pjsip\sip_transport_loop.c

+# End Source File

+# Begin Source File

+

 SOURCE=..\src\pjsip\sip_transport_udp.c

 # End Source File

 # Begin Source File

@@ -144,6 +156,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE=..\src\pjsip\sip_util_proxy.c

+# End Source File

+# Begin Source File

+

 SOURCE=..\src\pjsip\sip_util_statefull.c

 # PROP Exclude_From_Build 1

 # End Source File

@@ -221,6 +237,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE=..\include\pjsip\sip_transport_loop.h

+# End Source File

+# Begin Source File

+

 SOURCE=..\include\pjsip\sip_transport_udp.h

 # End Source File

 # Begin Source File

diff --git a/pjsip/build/test_pjsip.dsp b/pjsip/build/test_pjsip.dsp
index 1c8ad9f..649a8ae 100644
--- a/pjsip/build/test_pjsip.dsp
+++ b/pjsip/build/test_pjsip.dsp
@@ -101,6 +101,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE="..\src\test-pjsip\transport_loop_test.c"

+# End Source File

+# Begin Source File

+

 SOURCE="..\src\test-pjsip\transport_test.c"

 # End Source File

 # Begin Source File

@@ -109,6 +113,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE="..\src\test-pjsip\tsx_uac_test.c"

+# End Source File

+# Begin Source File

+

 SOURCE="..\src\test-pjsip\txdata_test.c"

 # End Source File

 # Begin Source File