mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
update to fix download and extract from getlibs.vbs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@73 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -15,15 +15,15 @@ GetTarGZObjects UtilsDir
|
||||
If Not FSO.FolderExists(LibDestDir & "osip") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libosip2-2.2.1.tar.gz", LibDestDir
|
||||
RenameFolder LibDestDir & "libosip2-2.2.1", "osip"
|
||||
FSO.CopyFile Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\", True
|
||||
Upgrade LibDestDir & "osip\platform\vsnet\osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\osipparser2.vcproj"
|
||||
' FSO.CopyFile Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\", True
|
||||
Upgrade Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\osipparser2.vcproj"
|
||||
Upgrade LibDestDir & "osip\platform\vsnet\osip2.vcproj", LibDestDir & "osip\platform\vsnet\osip2.vcproj"
|
||||
End If
|
||||
|
||||
If Not FSO.FolderExists(LibDestDir & "libeXosip2") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libeXosip2-1.9.1-pre17.tar.gz", LibDestDir
|
||||
RenameFolder LibDestDir & "libeXosip2-1.9.1-pre17", "libeXosip2"
|
||||
Upgrade LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj"
|
||||
Upgrade Utilsdir & "eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj"
|
||||
End If
|
||||
|
||||
If Not FSO.FolderExists(LibDestDir & "jthread-1.1.2") Then
|
||||
@@ -65,10 +65,10 @@ Sub Upgrade(OldFileName, NewFileName)
|
||||
' WScript.Echo("Converting: "+ OldFileName)
|
||||
|
||||
Set vcProject = vcProj.LoadProject(OldFileName)
|
||||
If Not FSO.FileExists(vcProject.ProjectFile) Then
|
||||
' If Not FSO.FileExists(vcProject.ProjectFile) Then
|
||||
' // specify name and location of new project file
|
||||
vcProject.ProjectFile = NewFileName
|
||||
End If
|
||||
' End If
|
||||
' // call the project engine to save this off.
|
||||
' // when no name is shown, it will create one with the .vcproj name
|
||||
vcProject.Save()
|
||||
|
Reference in New Issue
Block a user