No subject


Mon Jan 28 08:41:14 PST 2013


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