Title: [200377] trunk/Tools
Revision
200377
Author
[email protected]
Date
2016-05-03 10:10:35 -0700 (Tue, 03 May 2016)

Log Message

[Win] Unreviewed build fix.

* EWSTools/start-queue-win.sh: Establish proper VS2015 build
environment at start of queue run.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (200376 => 200377)


--- trunk/Tools/ChangeLog	2016-05-03 16:39:00 UTC (rev 200376)
+++ trunk/Tools/ChangeLog	2016-05-03 17:10:35 UTC (rev 200377)
@@ -1,3 +1,10 @@
+2016-05-03  Brent Fulgham  <[email protected]>
+
+        [Win] Unreviewed build fix.
+
+        * EWSTools/start-queue-win.sh: Establish proper VS2015 build
+        environment at start of queue run.
+
 2016-05-03  Joanmarie Diggs  <[email protected]>
 
         [ATK] accessibility/content-editable-as-textarea.html fails

Modified: trunk/Tools/EWSTools/start-queue-win.sh (200376 => 200377)


--- trunk/Tools/EWSTools/start-queue-win.sh	2016-05-03 16:39:00 UTC (rev 200376)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2016-05-03 17:10:35 UTC (rev 200377)
@@ -12,6 +12,8 @@
 {
     trap 'error_handler ${LINENO} $?' ERR
 
+    "$PROGRAMFILES/Microsoft Visual Studio 14.0/VC/vcvarsall.bat"
+
     while :
     do
         date
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to