Summary: | Add Debug_Cairo_CFLite and Release_Cairo_CFLite configurations for all vcproj files | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Steve Falkenburg <sfalken> | ||||||
Component: | New Bugs | Assignee: | 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
Steve Falkenburg
2010-11-19 12:36:04 PST
Created attachment 74415 [details]
Patch
Comment on attachment 74415 [details]
Patch
Patch is incorrect. Not ready for review yet.
Created attachment 74430 [details]
Patch
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? Committed r72454: <http://trac.webkit.org/changeset/72454> |