summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.vcproj/QTMovieWinPreBuild.cmd
blob: ee541bb11324385ee8839764180b64cc9f8f2228 (plain)
1
2
3
4
5
6
7
8
9
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

if exist "%WEBKITOUTPUTDIR%\buildfailed" grep XX%PROJECTNAME%XX "%WEBKITOUTPUTDIR%\buildfailed"
if errorlevel 1 exit 1
echo XX%PROJECTNAME%XX > "%WEBKITOUTPUTDIR%\buildfailed"

bash "%WEBKITLIBRARIESDIR%\tools\scripts\auto-version.sh" "%INTDIR%"