take iax dowloading out of win32 GetLibs.vbs script.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@123 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2005-12-13 18:17:12 +00:00
parent 98eabde89d
commit 4bbb9ed839
1 changed files with 0 additions and 4 deletions

View File

@ -254,10 +254,6 @@ Sub BuildLibs_ModExosip(BuildDebug, BuildRelease)
End Sub
Sub BuildLibs_ModIaxChan(BuildDebug, BuildRelease)
If Not FSO.FolderExists(LibDestDir & "iax") Then
WgetUnTarGz "http://www.sofaswitch.org/mikej/iax-0.2.3.tar.gz", LibDestDir
RenameFolder LibDestDir & "iax-0.2.3", "iax"
End If
If FSO.FolderExists(LibDestDir & "iax") Then
If BuildDebug Then
If Not FSO.FileExists(LibDestDir & "iax\Debug\libiax2.lib") Then