Bug 12038 - Reference to deleted files in MSDEV project files
Summary: Reference to deleted files in MSDEV project files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 19:28 PST by Laszlo Gombos
Modified: 2007-01-01 20:43 PST (History)
1 user (show)

See Also:


Attachments
Remove rendering\RenderLineEdit.{h|cpp} from the project file (456 bytes, patch)
2006-12-30 19:38 PST, Laszlo Gombos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2006-12-30 19:28:06 PST
rendering/RenderLineEdit.cpp and rendering/RenderLineEdit.h files should be removed from the WebCore/WebCore.vcproj/WebCore/WebCore.vcproj project file,since those files are no longer part of the repo.
Comment 1 Laszlo Gombos 2006-12-30 19:38:08 PST
Created attachment 12128 [details]
Remove rendering\RenderLineEdit.{h|cpp} from the project file

Without this change this build will not compile from MSDEV.
Comment 2 David Kilzer (:ddkilzer) 2006-12-31 05:26:30 PST
Comment on attachment 12128 [details]
Remove rendering\RenderLineEdit.{h|cpp} from the project file

Setting review? flag.

Should probably check other build files (Bakefiles, CMakefiles, etc.) for removal of these old filenames.
Comment 3 David Kilzer (:ddkilzer) 2007-01-01 20:43:31 PST
Committed revision 18515.

Also updated CMakeLists.txt and WebCoreSources.bkl.