mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-9953 [mod_av] Add mod_av to windows build
This commit is contained in:
@@ -53,6 +53,8 @@ If objArgs.Count = 2 Then
|
||||
Select Case objArgs(0)
|
||||
Case "GetYasmEXE"
|
||||
GetYasmEXE objArgs(1)
|
||||
Case "GetVSYasmEXE"
|
||||
GetVSYasmEXE objArgs(1)
|
||||
End Select
|
||||
End If
|
||||
|
||||
@@ -147,6 +149,14 @@ Sub GetYasmEXE(DestFolder)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Sub GetVSYasmEXE(DestFolder)
|
||||
Dim oExec
|
||||
If Right(DestFolder, 1) <> "\" Then DestFolder = DestFolder & "\" End If
|
||||
If Not FSO.FileExists(DestFolder & "vsyasm.exe") Then
|
||||
Wget ToolsBase & "vsyasm.exe", DestFolder
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Function Strip(Str)
|
||||
Set oRE = New Regexp
|
||||
oRE.Pattern = "[\W_]"
|
||||
|
Reference in New Issue
Block a user