[Webkit-unassigned] [Bug 24630] New: Move and tweak BUILDING_ON_* macro defines (fixes wx build)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 16:20:41 PDT 2009


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

           Summary: Move and tweak BUILDING_ON_* macro defines (fixes wx
                    build)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Wx
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


Currently the wx port is broken because the BUILDING_ON_* macros are defined in
the *Prefix.h files on Mac, which are only used by XCode for the Apple Mac
port. 

To fix this, I've moved the macros into Platform.h and updated the Mac port's
JSCore and WebCore projects to pull them from there. For parts of the Mac port
that do not use config.h / Platform.h, I've left the defines in the *Prefix.h
header but updated them to match the ones defined in Platform.h.


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



More information about the webkit-unassigned mailing list