From 0fe4db12d0dbb01c62f43213eddbbd692cd2beba Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 4 Apr 2006 16:50:35 +0000 Subject: [PATCH] move stun to the core git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1038 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/libdingaling/libdingaling.vcproj | 8 -------- libs/libdingaling/src/dingaling.def | 8 -------- src/include/switch_stun.h | 2 +- src/switch_stun.c | 4 ++-- w32/vsnet/FreeSwitchCore.vcproj | 8 ++++++++ w32/vsnet/GetLibs.vbs | 1 - 6 files changed, 11 insertions(+), 20 deletions(-) diff --git a/libs/libdingaling/libdingaling.vcproj b/libs/libdingaling/libdingaling.vcproj index 33fc3b5bea..f20b263bc7 100644 --- a/libs/libdingaling/libdingaling.vcproj +++ b/libs/libdingaling/libdingaling.vcproj @@ -304,10 +304,6 @@ RelativePath=".\src\libdingaling.c" > - - - - address; for(x = 0; x < 4 ; x++) { - i[x] = atoi(p); + i[x] = (uint8_t)atoi(p); if ((p = strchr(p, '.'))) { p++; } else { diff --git a/w32/vsnet/FreeSwitchCore.vcproj b/w32/vsnet/FreeSwitchCore.vcproj index 5b69721847..b50cf42b62 100644 --- a/w32/vsnet/FreeSwitchCore.vcproj +++ b/w32/vsnet/FreeSwitchCore.vcproj @@ -239,6 +239,10 @@ RelativePath="..\..\src\switch_rtp.c" > + + @@ -317,6 +321,10 @@ RelativePath="..\..\src\include\switch_sqlite.h" > + + diff --git a/w32/vsnet/GetLibs.vbs b/w32/vsnet/GetLibs.vbs index 25ed7ae498..9c7fd13855 100644 --- a/w32/vsnet/GetLibs.vbs +++ b/w32/vsnet/GetLibs.vbs @@ -178,7 +178,6 @@ End If If BuildModDingaling Then BuildLibs_iksemel BuildDebug, BuildRelease - BuildLibs_jrtplib BuildDebug, BuildRelease End If If BuildModIaxChan Then