RESOLVED FIXED 16213
REGRESSION Recent checkin breaks WebCore Build on Win32 Platform
https://bugs.webkit.org/show_bug.cgi?id=16213
Summary REGRESSION Recent checkin breaks WebCore Build on Win32 Platform
Brent Fulgham
Reported 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.
Attachments
Patch to correct Visual Studio Project. (820 bytes, patch)
2007-11-30 15:11 PST, Brent Fulgham
aroben: review+
Brent Fulgham
Comment 1 2007-11-30 15:11:38 PST
Created attachment 17612 [details] Patch to correct Visual Studio Project.
Adam Roben (:aroben)
Comment 2 2007-11-30 16:44:16 PST
Comment on attachment 17612 [details] Patch to correct Visual Studio Project. r=me
Adam Roben (:aroben)
Comment 3 2007-11-30 17:41:30 PST
Looks like this has already been fixed on trunk.
Note You need to log in before you can comment on or make changes to this bug.