Uno.CodeGen/build/UpdateHeaders.cmd

3 строки
87 B
Batchfile

@ECHO OFF
PowerShell.exe -file build.ps1 -target=UpdateHeaders -Verbosity Verbose
PAUSE