Bug 16213

Summary: REGRESSION Recent checkin breaks WebCore Build on Win32 Platform
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://build.webkit.org/results/trunk-win-release/6174/WebCore-BuildLog.htm
Attachments:
Description Flags
Patch to correct Visual Studio Project. aroben: review+

Description Brent Fulgham 2007-11-30 15:10:49 PST
SUMMARY
The recent file reorganization in this checkin did not update the Visual Studio
project to find some files:

Changed by: zimmermann@webkit.org
Changed at: Sat 01 Dec 2007 09:35:27
Branch: trunk
Revision: 28251

WebCore no longer builds, due to moved files:
AffineTransform.cpp
StringImplCF.cpp
c1xx : fatal error C1083: Cannot open source file: '..\platform\cf\StringImplCF.cpp': No such file or directory
StringCF.cpp
c1xx : fatal error C1083: Cannot open source file: '..\platform\cf\StringCF.cpp': No such file or directory
KURLCFNet.cpp
Compiling...

Attached is a small patch to correct the problem.
Comment 1 Brent Fulgham 2007-11-30 15:11:38 PST
Created attachment 17612 [details]
Patch to correct Visual Studio Project.
Comment 2 Adam Roben (:aroben) 2007-11-30 16:44:16 PST
Comment on attachment 17612 [details]
Patch to correct Visual Studio Project.

r=me
Comment 3 Adam Roben (:aroben) 2007-11-30 17:41:30 PST
Looks like this has already been fixed on trunk.