blob: e5d48731af49234d7e9e1bdfb8db6b22294fde8c (
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 "%CONFIGURATIONBUILDDIR%/include/webkit/"
if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
|