[Webkit-unassigned] [Bug 30750] New: Build improvements for Safari Win

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 14:48:19 PDT 2009


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

           Summary: Build improvements for Safari Win
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


It seems to me that that a few Safari win components are unnecessary depend on
MFC. The two header files that are used from MFC as a dependency (winres.h and
afxres.h) can be easily eliminated by including winresrc.h and windows.h
instead. winres.h is nothing more than the MFC wrapper around winresrc.h.

The benefit of these changes would be that for those using VC Express
installing "Windows Server 2003 R2 Platform SDK" becomes unnecessary (see
http://webkit.org/building/tools.html).

-- 
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