Bug 147484

Summary: Use AllInOnes in CMake builds on Windows
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit Misc.Assignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=102647
Bug Depends on: 147557    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch thorton: review+

Description Alex Christensen 2015-07-30 23:49:23 PDT
Visual Studio cannot link more than 2GB of objects into one library.  We still need the AllInOne files to get debug builds to link.
Comment 1 Alex Christensen 2015-07-31 00:04:31 PDT
Created attachment 257909 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-07-31 09:31:47 PDT
I'm going to push a much more simpler change to be able to 
use all-in-one builds on any cmake port in bug102647.

I only need to do some cleanup and add a cmake option
and that patch is ready for review and landing.
Comment 3 Alex Christensen 2015-07-31 10:17:04 PDT
Created attachment 257927 [details]
Patch
Comment 4 Alex Christensen 2015-07-31 10:25:02 PDT
Created attachment 257928 [details]
Patch
Comment 5 Tim Horton 2015-07-31 11:02:44 PDT
Comment on attachment 257928 [details]
Patch

rs=me
Comment 6 Alex Christensen 2015-07-31 11:07:44 PDT
http://trac.webkit.org/changeset/187659
Still waiting on bug102647