Bug 10718

Summary: WebKit could benefit from an "add-file-to-project" script
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement CC: thakis
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Eric Seidel (no email) 2006-09-03 16:07:28 PDT
WebKit could benefit from an "add-file-to-project" script

This script would add a new file to all of the various project build systems.  Right now we have at least Xcode, Visual Studio and CMake building out of our tree (for os x, win, and linux respectively).

If someone made a script then all of the various ports could add their own specific logic for how you add a file (and how to place it in the right groups etc) for the different file times.

Xcode may be the hardest (and may require using applescript)
Visual Studio and CMake files just mean doing some minimal text editing, a perl script should have no problem with such.
Comment 1 Nico Weber 2013-05-02 12:17:29 PDT
To generic to be useful, and there are a bunch of other bugs with patches for something like this around.