Title: [153601] trunk/Source/WebCore
Revision
153601
Author
achristen...@apple.com
Date
2013-08-01 13:24:23 -0700 (Thu, 01 Aug 2013)

Log Message

Copy eglplatform.h to be found by Windows WebGL build.
https://bugs.webkit.org/show_bug.cgi?id=119299

Reviewed by Brent Fulgham.

* WebCore.vcxproj/WebCorePreBuild.cmd: Copy eglplatform.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (153600 => 153601)


--- trunk/Source/WebCore/ChangeLog	2013-08-01 20:21:01 UTC (rev 153600)
+++ trunk/Source/WebCore/ChangeLog	2013-08-01 20:24:23 UTC (rev 153601)
@@ -1,3 +1,12 @@
+2013-08-01  Alex Christensen  <achristen...@apple.com>
+
+        Copy eglplatform.h to be found by Windows WebGL build.
+        https://bugs.webkit.org/show_bug.cgi?id=119299
+
+        Reviewed by Brent Fulgham.
+
+        * WebCore.vcxproj/WebCorePreBuild.cmd: Copy eglplatform.h.
+
 2013-08-01  Jer Noble  <jer.no...@apple.com>
 
         Crash in WebCore:  WebCore::AudioSession::beganAudioInterruption + 62

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd (153600 => 153601)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd	2013-08-01 20:21:01 UTC (rev 153600)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd	2013-08-01 20:24:23 UTC (rev 153601)
@@ -8,5 +8,6 @@
 mkdir "%AngleHeadersDirectory%" 2>NUL
 xcopy /y /d /s "%ProjectDir%..\..\ThirdParty\ANGLE\include" "%AngleHeadersDirectory%"
 xcopy /y /d "%AngleHeadersDirectory%\KHR\khrplatform.h" "%AngleHeadersDirectory%"
+xcopy /y /d "%AngleHeadersDirectory%\EGL\eglplatform.h" "%AngleHeadersDirectory%"
 xcopy /y /d /s "%ProjectDir%..\platform\graphics\win\GL" "%AngleHeadersDirectory%"
 exit /b
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to