6 lines
146 B
Batchfile
6 lines
146 B
Batchfile
@echo off
|
|
echo.DeprecationWarning:
|
|
echo. This script is deprecated, use `build.bat --pgo` instead.
|
|
echo.
|
|
|
|
call "%~dp0build.bat" --pgo %*
|