Bug 49819

Summary: Add Debug_Cairo_CFLite and Release_Cairo_CFLite configurations for all vcproj files
Product: WebKit Reporter: Steve Falkenburg <sfalken>
Component: New BugsAssignee: Steve Falkenburg <sfalken>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch aroben: review+

Description Steve Falkenburg 2010-11-19 12:36:04 PST
Add Debug_Cairo_CFLite and Release_Cairo_CFLite configurations for all vcproj files
Comment 1 Steve Falkenburg 2010-11-19 12:39:51 PST
Created attachment 74415 [details]
Patch
Comment 2 Steve Falkenburg 2010-11-19 12:41:11 PST
Comment on attachment 74415 [details]
Patch

Patch is incorrect. Not ready for review yet.
Comment 3 Steve Falkenburg 2010-11-19 15:19:19 PST
Created attachment 74430 [details]
Patch
Comment 4 Adam Roben (:aroben) 2010-11-19 16:58:13 PST
Comment on attachment 74430 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=74430&action=review

> WebKit2/win/WebKit2WebProcessCommon.vsprops:14
>  		AdditionalDependencies="WebKit$(WebKitDLLConfigSuffix).lib"
> +    AdditionalOptions="/NXCOMPAT"

Screwy indentation here.

> WebKit/win/WebKit.vcproj/WebKitGUID.vcproj:252
> +				Name="VCMIDLTool"
> +				OutputDirectory="Release"

Is the OutputDirectory needed?
Comment 5 Steve Falkenburg 2010-11-19 17:15:41 PST
Committed r72454: <http://trac.webkit.org/changeset/72454>