+2007-11-13 Adam Roben <aroben@apple.com>
+
+ Build fix for systems that don't have Cygwin in their PATH
+
+ * WebKit.vcproj/Interfaces.vcproj: Put Cygwin in the PATH before
+ trying to run bash.
+
2007-11-13 Steve Falkenburg <sfalken@apple.com>
Add IDOMElementPrivate::font() to get an element's font
>\r
<Tool\r
Name="VCPreBuildEventTool"\r
- CommandLine="bash build-generated-files.sh "$(WebKitOutputDir)"

mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"\r
+ CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%

bash build-generated-files.sh "$(WebKitOutputDir)"

mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"\r
/>\r
<Tool\r
Name="VCCustomBuildTool"\r
>\r
<Tool\r
Name="VCPreBuildEventTool"\r
- CommandLine="bash build-generated-files.sh "$(WebKitOutputDir)"

mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"\r
+ CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%

bash build-generated-files.sh "$(WebKitOutputDir)"

mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"\r
/>\r
<Tool\r
Name="VCCustomBuildTool"\r