Title: [160465] trunk/Source/WebKit
- Revision
- 160465
- Author
- [email protected]
- Date
- 2013-12-11 15:38:23 -0800 (Wed, 11 Dec 2013)
Log Message
[Win] Build fix after r159768.
https://bugs.webkit.org/show_bug.cgi?id=125467
Patch by Alex Christensen <[email protected]> on 2013-12-11
Reviewed by Brent Fulgham.
* WebKit.vcxproj/WebKit/WebKitVersion.cmd:
Set PATH environment variable to include cygwin bin directory.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (160464 => 160465)
--- trunk/Source/WebKit/ChangeLog 2013-12-11 23:36:53 UTC (rev 160464)
+++ trunk/Source/WebKit/ChangeLog 2013-12-11 23:38:23 UTC (rev 160465)
@@ -1,5 +1,15 @@
2013-12-11 Alex Christensen <[email protected]>
+ [Win] Build fix after r159768.
+ https://bugs.webkit.org/show_bug.cgi?id=125467
+
+ Reviewed by Brent Fulgham.
+
+ * WebKit.vcxproj/WebKit/WebKitVersion.cmd:
+ Set PATH environment variable to include cygwin bin directory.
+
+2013-12-11 Alex Christensen <[email protected]>
+
[Win] Unreviewed link fix.
* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitVersion.cmd (160464 => 160465)
--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitVersion.cmd 2013-12-11 23:36:53 UTC (rev 160464)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitVersion.cmd 2013-12-11 23:38:23 UTC (rev 160465)
@@ -2,5 +2,6 @@
set WEBKITVERSIONCONFIG=%PROJECTDIR%..\..\mac\Configurations\Version.xcconfig
set WEBKITVERSIONDIR=%CONFIGURATIONBUILDDIR%\include\WebKit
set WEBKITVERSIONFILE=%WEBKITVERSIONDIR%\WebKitVersion.h
+set PATH=%SystemDrive%\cygwin\bin;%PATH%
bash -c 'perl "%WEBKITVERSIONSCRIPT%" --config "%WEBKITVERSIONCONFIG%" --outputDir "%WEBKITVERSIONDIR%"'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes