This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-01-29T09:00:59.907Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @rem Place this file at the live/ directory of the downloaded LIVE555 source files. | |
| @rem Based on instructions at https://nspool.github.io/2016/02/building-live555/ | |
| @rem Tested with Visual Studio 2015 on Windows 10 | |
| @echo off | |
| if exist "%TEMP%\sed.vbs" goto skip_gen_sed | |
| > "%TEMP%\sed.vbs" ( | |
| REM thanks to https://stackoverflow.com/questions/127318/is-there-any-sed-like-utility-for-cmd-exe | |
| @echo.Dim pat, patparts, rxp, inp | |
| @echo.pat = WScript.Arguments(0^) |