Title: [189125] trunk/Tools
Revision
189125
Author
[email protected]
Date
2015-08-28 14:54:34 -0700 (Fri, 28 Aug 2015)

Log Message

[Win] Unreviewed EWS correction.

* EWSTools/start-queue-win.sh: Update settings to point to VS2015.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (189124 => 189125)


--- trunk/Tools/ChangeLog	2015-08-28 21:35:39 UTC (rev 189124)
+++ trunk/Tools/ChangeLog	2015-08-28 21:54:34 UTC (rev 189125)
@@ -1,3 +1,9 @@
+2015-08-28  Brent Fulgham  <[email protected]>
+
+        [Win] Unreviewed EWS correction.
+
+        * EWSTools/start-queue-win.sh: Update settings to point to VS2015.
+
 2015-08-28  Jer Noble  <[email protected]>
 
         [iOS] Make the AllowsInlineMediaPlayback preference work in WebKit / WebKit2.

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2015-08-28 21:35:39 UTC (rev 189124)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2015-08-28 21:54:34 UTC (rev 189125)
@@ -22,7 +22,7 @@
         find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
         echo "TASK: Starting up"
         cd ~/WebKit
-        export VSINSTALLDIR="$PROGRAMFILES\Microsoft Visual Studio 12.0"
+        export VSINSTALLDIR="$PROGRAMFILES\Microsoft Visual Studio 14.0"
         echo "TASK: Cleaning WebKitBuild"
         rm -rf WebKitBuild
         date
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to