[Webkit-unassigned] [Bug 37100] New: [Symbian] Consolidate Symbian WINSCW environment configuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 11:26:22 PDT 2010


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

           Summary: [Symbian] Consolidate Symbian WINSCW environment
                    configuration
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


WINSCW is a cross-compilation environment running on Windows. For this
environment WIN32, OS(WIN) and PLATFORM(WIN) should not be defined.

Currently some of this logic is in WebCore/config.h and some in
JavaScriptCore/wtf/Platform.h. It make sense to consolidate this logic into
Platform.h as this is related to global environment setup for WINSCW. 

For example after r56623 WIN32 is _not_ defined when compiling WebCore with
WINSCW but it is defined when compiling JavaScriptCore. This can lead to
hard-to-find build issues.

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