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:
parent
98eabde89d
commit
4bbb9ed839
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue