[Webkit-unassigned] [Bug 115944] Add CMake base build system for WinCairo port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 16:36:15 PDT 2013


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


Mark Salisbury <mark.salisbury at hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #201439|                            |review?
               Flag|                            |




--- Comment #1 from Mark Salisbury <mark.salisbury at hp.com>  2013-05-10 16:34:40 PST ---
Created an attachment (id=201439)
 --> (https://bugs.webkit.org/attachment.cgi?id=201439&action=review)
Proposed fix

>From build directory, execute:

cmake -G "Visual Studio 8 2005" -DPORT=Win -DPORT_FLAVOR=WinCairo <repo src path>

- Patch is based on the tree from April 15th; I'll rebase it soon.
- DumpRenderTree needs to be included.
- Patch is the same as the first commit off tree at https://github.com/masali-hp/webkit/commits/master

After this patch, I'd like to submit patches:
1) To allow building without CF/CFLite on windows
2) To build the same CMake Win port for WinCE

Because of this, there are a few places where you may notice something like this:

list(APPEND WebKit_Source_Files
     Common file 1
     Common file 2
     .....
)

list(APPEND WebKit_Source_Files
     CF specific file 1
     CF specific file 2
     .......
)

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