Bug 117319

Summary: Don't copy AAS binaries into build folder on AppleWin port
Product: WebKit Reporter: Roger Fong <roger_fong>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
patch darin: review+

Description Roger Fong 2013-06-06 13:46:41 PDT
Instead of sloppily copying over all those binaries we should just make sure to set PATH to the WebKit_Libraries (which points to AAS). 
That way the build output of the AppleWin port will be nice and clean (just has what the solution itself builds).
Comment 1 Roger Fong 2013-06-06 14:34:32 PDT
Created attachment 203968 [details]
patch
Comment 2 Darin Adler 2013-06-06 14:35:46 PDT
Comment on attachment 203968 [details]
patch

rs=me
Comment 3 Roger Fong 2013-06-06 14:58:24 PDT
committed: http://trac.webkit.org/changeset/151292