Changeset 80388 in webkit


Ignore:
Timestamp:
Mar 4, 2011 4:13:55 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-04 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Add a basic configure script for the GYP build
https://bugs.webkit.org/show_bug.cgi?id=55791

This script just calls GYP on the various gyp projects. As we add more
build systems, this script should be able to select which of them you'd
like to generate the project for.

  • Source/gyp/configure: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r80387 r80388  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Add a basic configure script for the GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=55791
     7
     8        This script just calls GYP on the various gyp projects.  As we add more
     9        build systems, this script should be able to select which of them you'd
     10        like to generate the project for.
     11
     12        * Source/gyp/configure: Added.
     13
    1142011-03-04  Adam Barth  <abarth@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.