[Webkit-unassigned] [Bug 45844] Fix linking issues with windows versions of the gtk+ port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 16:57:10 PDT 2010


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





--- Comment #3 from Fridrich Strba <fridrich.strba at bluewin.ch>  2010-09-15 16:57:10 PST ---
(In reply to comment #2)
> (From update of attachment 67739 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=67739&action=prettypatch
> 
> > GNUmakefile.am:251
> > +	$(OLE32_LIBS)
> Do you think you can put these flags behind a if TARGET_WIN32, just so Unixy people don't get confused about them? :)

Those flags are set to empty by configure for non-windows platforms and to the appropriate libraries on other platforms. Having an additional if - endif forest is thus not necessary

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list