Ignore:
Timestamp:
Sep 11, 2005, 3:41:16 AM (20 years ago)
Author:
eseidel
Message:

Bug #: 4932
Submitted by: eseidel
Reviewed by: self, only affects SVG; build fix.

File:
1 edited

Legend:

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

    r10495 r10520  
    197197                93E26BFF08B151D400F85226 /* ucp.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26BFB08B151D400F85226 /* ucp.h */; };
    198198                93E26C0008B151D400F85226 /* ucpinternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26BFC08B151D400F85226 /* ucpinternal.h */; };
    199                 93E26C0F08B1520900F85226 /* ucptable.c in Sources */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; };
    200199                93E26C1308B1523D00F85226 /* ucptable.c in Headers */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; };
    201200                93E26CCF08B2921900F85226 /* softlinking.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26CCE08B2921900F85226 /* softlinking.h */; };
     
    341340                A85D8285087B2822006A9172 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; };
    342341                A85D8286087B2822006A9172 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; };
     342                A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; };
    343343/* End PBXBuildFile section */
    344344
     
    364364                                "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).cpp",
    365365                        );
    366                         script = "bison -d -p kjsyy \"$INPUT_FILE_PATH\" -o \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.cpp\"\ncat \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.cpp.h\" \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.hpp\" > \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.h\" 2> /dev/null || echo -n";
     366                        script = "rm \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.*\"\nbison -d -p kjsyy \"$INPUT_FILE_PATH\" -o \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.cpp\"\ncat \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.cpp.h\" \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.hpp\" > \"$DERIVED_FILE_DIR/$INPUT_FILE_BASE.h\" 2> /dev/null || echo -n";
    367367                };
    368368/* End PBXBuildRule section */
     
    10531053                                93E26CD008B2921900F85226 /* softlinking.h in Headers */,
    10541054                                65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */,
     1055                                A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */,
    10551056                        );
    10561057                        runOnlyForDeploymentPostprocessing = 0;
     
    14451446                        runOnlyForDeploymentPostprocessing = 0;
    14461447                        shellPath = /bin/sh;
    1447                         shellScript = "\"$BUILT_PRODUCTS_DIR/dftables\" > \"$DERIVED_FILE_DIR/chartables.c\"";
     1448                        shellScript = "\"$BUILT_PRODUCTS_DIR/dftables\" \"$DERIVED_FILE_DIR/chartables.c\"";
    14481449                };
    14491450                A85D81F2087B2822006A9172 /* date_object.lut.h */ = {
     
    17041705                                93E26BD208B1513800F85226 /* pcre_try_flipped.c in Sources */,
    17051706                                93E26BD508B1514100F85226 /* pcre_xclass.c in Sources */,
    1706                                 93E26C0F08B1520900F85226 /* ucptable.c in Sources */,
    17071707                                93E26CF808B29A1C00F85226 /* pcre_get.c in Sources */,
    17081708                                93E26DDD08B2A4F400F85226 /* pcre_printint.c in Sources */,
Note: See TracChangeset for help on using the changeset viewer.