Ignore:
Timestamp:
Oct 11, 2005, 3:26:37 PM (20 years ago)
Author:
ggaren
Message:

Added regexp_object.lut.h build phase from JavaScriptCore
to JavaScriptCore+SVG.

Reviewed by mitz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r10824 r10825  
    12631263                                A85D81F4087B2822006A9172 /* math_object.lut.h */,
    12641264                                A85D81F5087B2822006A9172 /* number_object.lut.h */,
     1265                                1489794708FC71AA0043FD68 /* regexp_object.lut.h */,
    12651266                                A85D81F6087B2822006A9172 /* string_object.lut.h */,
    12661267                                A85D81F7087B2822006A9172 /* Headers */,
     
    13581359
    13591360/* Begin PBXShellScriptBuildPhase section */
     1361                1489794708FC71AA0043FD68 /* regexp_object.lut.h */ = {
     1362                        isa = PBXShellScriptBuildPhase;
     1363                        buildActionMask = 2147483647;
     1364                        files = (
     1365                        );
     1366                        inputPaths = (
     1367                                kjs/create_hash_table,
     1368                                kjs/regexp_object.cpp,
     1369                        );
     1370                        name = regexp_object.lut.h;
     1371                        outputPaths = (
     1372                                "$(DERIVED_FILE_DIR)/regexp_object.lut.h",
     1373                        );
     1374                        runOnlyForDeploymentPostprocessing = 0;
     1375                        shellPath = /bin/sh;
     1376                        shellScript = "kjs/create_hash_table kjs/regexp_object.cpp -i > \"$DERIVED_FILE_DIR/regexp_object.lut.h\"";
     1377                };
    13601378                14F6037308FB039300E9E573 /* regexp_object.lut.h */ = {
    13611379                        isa = PBXShellScriptBuildPhase;
Note: See TracChangeset for help on using the changeset viewer.