Bug 31000

Summary: Windows WebKit Build Configuration should default to Debug instead of Debug_all
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, sfalken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Remove WebKit.sln's Debug_All and Debug_Internal configurations mitz: review+

Description Jessie Berlin 2009-11-01 17:25:17 PST
For those trying to build WebKit on Windows for the first time from within Visual Studio, it is confusing that default Build Configuration is set to Debug_all, which will not compile after following the directions for setting up WebKit on Windows, instead of Debug.
Comment 1 Adam Roben (:aroben) 2009-11-02 07:10:07 PST
I'm not even sure why WebKit.sln has Debug_All and Debug_Internal configurations. It is only used for open source builds. Maybe we should just remove those configurations?
Comment 2 Adam Roben (:aroben) 2009-12-17 08:40:41 PST
Created attachment 45074 [details]
Remove WebKit.sln's Debug_All and Debug_Internal configurations
Comment 3 WebKit Review Bot 2009-12-17 08:41:08 PST
style-queue ran check-webkit-style on attachment 45074 [details] without any errors.
Comment 4 mitz 2009-12-17 08:41:57 PST
Comment on attachment 45074 [details]
Remove WebKit.sln's Debug_All and Debug_Internal configurations

rs=me
Comment 5 Adam Roben (:aroben) 2009-12-17 11:13:51 PST
Committed r52263: <http://trac.webkit.org/changeset/52263>