blob: efe6904b9e705823a48a755ff156dd1b9de210a2 (
plain)
1
2
3
4
5
6
7
|
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
perl FixMIDLHeaders.pl "%WEBKITOUTPUTDIR%/include/webkit/"
if exist "%WEBKITOUTPUTDIR%\buildfailed" del "%WEBKITOUTPUTDIR%\buildfailed"
|