Bug 17713 - Correct Visual Studio project output/intermediary path
Summary: Correct Visual Studio project output/intermediary path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-07 15:10 PST by Brent Fulgham
Modified: 2008-03-07 15:30 PST (History)
0 users

See Also:


Attachments
Correct intermediary output directory (3.67 KB, patch)
2008-03-07 15:13 PST, Brent Fulgham
mrowe: 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 2008-03-07 15:10:03 PST
The new Debug_Cairo and Release_Cairo targets place build intermediaries in the WebKit.vcproj and WebCore.vcproj directories, making it harder to properly clean the project.

This patch corrects these paths.
Comment 1 Brent Fulgham 2008-03-07 15:13:57 PST
Created attachment 19595 [details]
Correct intermediary output directory
Comment 2 Brent Fulgham 2008-03-07 15:25:24 PST
* WebCore.vcproj has incorrect intermediary file output path.
* WebKit.vcproj has both an incorrect binary output path, and incorrect intermediary file output paths.
Comment 3 Mark Rowe (bdash) 2008-03-07 15:30:55 PST
Landed in r30883.