Bug 10718 - WebKit could benefit from an "add-file-to-project" script
Summary: WebKit could benefit from an "add-file-to-project" script
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 16:07 PDT by Eric Seidel (no email)
Modified: 2013-05-02 12:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.