[Webkit-unassigned] [Bug 143763] [W32] Wrong configure tests for OpenGL on Windows, wrong ifdefs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 09:59:19 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143763

LRN <lrn1986 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250809|                            |review?
              Flags|                            |

--- Comment #1 from LRN <lrn1986 at gmail.com> ---
Created attachment 250809
  --> https://bugs.webkit.org/attachment.cgi?id=250809&action=review
Change OpenGL checks to work on W32, add libopengl32

AGain, use OS(WINDOWS) for things that are W32 but not necessarily MSVC.
Don't try to check for dlopen() on W32 (it might be available, but
native code is already here, so use it).

Correctly cast the result of GetProcAddress(), because C++.

Link W32 version to -lOpenGL32 instead of -lGL, otherwise libtool complains:
*** Warning: linker path does not have real file for library -lGL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/93a8aa10/attachment.html>


More information about the webkit-unassigned mailing list