From: sfalken@apple.com Date: Fri, 4 Feb 2011 20:35:42 +0000 (+0000) Subject: Windows build fix. X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=2bd1a4a1dc63ee0d1b732fd407184673cd1bb1c5;hp=29140e078b53e2d395514e4582c950d67573de29 Windows build fix. Correct prebuild build-stopping rule to allow project only rebuilds. * win/WebKit2WebProcessPreBuild.cmd: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77656 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index 41e1615fc4b6..ccea16335179 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,10 @@ +2011-02-04 Steve Falkenburg + + Windows build fix. + Correct prebuild build-stopping rule to allow project only rebuilds. + + * win/WebKit2WebProcessPreBuild.cmd: + 2011-02-04 Brian Weinstein Reviewed by Adam Roben. diff --git a/Source/WebKit2/win/WebKit2WebProcessPreBuild.cmd b/Source/WebKit2/win/WebKit2WebProcessPreBuild.cmd index 21af3837b2eb..42fbb7131ff0 100644 --- a/Source/WebKit2/win/WebKit2WebProcessPreBuild.cmd +++ b/Source/WebKit2/win/WebKit2WebProcessPreBuild.cmd @@ -3,6 +3,6 @@ if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH% cmd /c if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed" if errorlevel 1 exit 1 -echo XX$%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed" +echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed" bash "%WEBKITLIBRARIESDIR%\tools\scripts\auto-version.sh" "%INTDIR%"