diff --git a/src/mod/mod_xmpp_event/mod_xmpp_event.vcproj b/src/mod/mod_xmpp_event/mod_xmpp_event.vcproj new file mode 100644 index 0000000000..fa9167be6a --- /dev/null +++ b/src/mod/mod_xmpp_event/mod_xmpp_event.vcproj @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/w32/vsnet/Freeswitch.sln b/w32/vsnet/Freeswitch.sln index aab4406a60..71fd34fee4 100644 --- a/w32/vsnet/Freeswitch.sln +++ b/w32/vsnet/Freeswitch.sln @@ -78,6 +78,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_codec_gsm", "..\..\src\ {202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_xmpp_event", "..\..\src\mod\mod_xmpp_event\mod_xmpp_event.vcproj", "{F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}" + ProjectSection(ProjectDependencies) = postProject + {202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -146,6 +151,10 @@ Global {3A2A7795-C216-4FFF-B8EF-4D17A84BACCC}.Release|Win32.Build.0 = Release|Win32 {4926323F-4EA8-4B7D-A3D3-65488725988F}.Debug|Win32.ActiveCfg = Debug|Win32 {4926323F-4EA8-4B7D-A3D3-65488725988F}.Release|Win32.ActiveCfg = Release|Win32 + {F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Debug|Win32.ActiveCfg = Debug|Win32 + {F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Debug|Win32.Build.0 = Debug|Win32 + {F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Release|Win32.ActiveCfg = Release|Win32 + {F10BE67C-A8FF-4CB2-AF29-D46D2590DC59}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/w32/vsnet/GetLibs.vbs b/w32/vsnet/GetLibs.vbs index 512426654a..894b0a3bf8 100644 --- a/w32/vsnet/GetLibs.vbs +++ b/w32/vsnet/GetLibs.vbs @@ -14,6 +14,7 @@ BuildModIaxChan=False BuildModPortAudio=False BuildModSpeexCodec=False BuildModCodecG729=False +BuildModXMPPEvent=False quote=Chr(34) ScriptDir=Left(WScript.ScriptFullName,Len(WScript.ScriptFullName)-Len(WScript.ScriptName)) @@ -48,6 +49,8 @@ If objArgs.Count >=1 Then BuildModSpeexCodec=True Case "Mod_CodecG729" BuildModCodecG729=True + Case "Mod_XMPPEvent" + BuildModXMPPEvent=True Case Else BuildCore=True BuildModExosip=True @@ -55,6 +58,7 @@ If objArgs.Count >=1 Then BuildModPortAudio=True BuildModSpeexCodec=True BuildModCodecG729=True + BuildModXMPPEvent=True End Select Else BuildCore=True @@ -63,6 +67,7 @@ Else BuildModPortAudio=True BuildModSpeexCodec=True BuildModCodecG729=True + BuildModXMPPEvent=True End If @@ -90,6 +95,10 @@ If BuildModCodecG729 Then BuildLibs_ModCodecG729 BuildDebug, BuildRelease End If +If BuildModXMPPEvent Then + BuildLibs_ModXMPPEvent BuildDebug, BuildRelease +End If + WScript.Echo "Complete" Sub BuildLibs_Core(BuildDebug, BuildRelease) @@ -217,7 +226,11 @@ End If Else Wscript.echo "Unable to download SQLite" End If - + +End Sub + + +Sub BuildLibs_ModXMPPEvent(BuildDebug, BuildRelease) If Not FSO.FolderExists(LibDestDir & "iksemel") Then WgetUnTarGz "http://jabberstudio.2nw.net/iksemel/iksemel-1.2.tar.gz", LibDestDir If Not FSO.FolderExists(LibDestDir & "iksemel-1.2") Then @@ -242,9 +255,9 @@ End If Else Wscript.echo "Unable to download iksemel" End If - End Sub + Sub BuildLibs_ModExosip(BuildDebug, BuildRelease) If Not FSO.FolderExists(LibDestDir & "osip") Then