1@echo off 2echo.DeprecationWarning: 3echo. This script is deprecated, use `build.bat --pgo` instead. 4echo. 5 6call "%~dp0build.bat" --pgo %* 7