Bug 30762 - Visual Studio Projects don't properly build with ENABLE_FILTER support
Summary: Visual Studio Projects don't properly build with ENABLE_FILTER support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2009-10-25 19:52 PDT by Brent Fulgham
Modified: 2014-05-12 05:54 PDT (History)
3 users (show)

See Also:


Attachments
Correct some build issues for ENABLE_FILTERS under Windows. (12.54 KB, patch)
2009-10-25 20:02 PDT, Brent Fulgham
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2009-10-25 19:52:18 PDT
The various graphical filter elements are not properly built by WebCore.vcproj when ENABLE_FILTERS is defined.

The main issues are that some key files are not included in the build, and some include paths are not provided by the Visual Studio property files.

These issues appear to be the result of the main FILTERS development not being tracked in the Windows side of things.
Comment 1 Brent Fulgham 2009-10-25 20:02:17 PDT
Created attachment 41837 [details]
Correct some build issues for ENABLE_FILTERS under Windows.
Comment 2 Adam Roben (:aroben) 2009-10-26 08:39:59 PDT
Comment on attachment 41837 [details]
Correct some build issues for ENABLE_FILTERS under Windows.

r=me
Comment 3 Brent Fulgham 2009-10-26 13:47:25 PDT
Committed in http://trac.webkit.org/changeset/50085.