Changeset 10520 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Sep 11, 2005, 3:41:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r10495 r10520 197 197 93E26BFF08B151D400F85226 /* ucp.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26BFB08B151D400F85226 /* ucp.h */; }; 198 198 93E26C0008B151D400F85226 /* ucpinternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26BFC08B151D400F85226 /* ucpinternal.h */; }; 199 93E26C0F08B1520900F85226 /* ucptable.c in Sources */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; };200 199 93E26C1308B1523D00F85226 /* ucptable.c in Headers */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; }; 201 200 93E26CCF08B2921900F85226 /* softlinking.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E26CCE08B2921900F85226 /* softlinking.h */; }; … … 341 340 A85D8285087B2822006A9172 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; }; 342 341 A85D8286087B2822006A9172 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; }; 342 A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */ = {isa = PBXBuildFile; fileRef = 93E26C0D08B1520900F85226 /* ucptable.c */; }; 343 343 /* End PBXBuildFile section */ 344 344 … … 364 364 "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).cpp", 365 365 ); 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"; 367 367 }; 368 368 /* End PBXBuildRule section */ … … 1053 1053 93E26CD008B2921900F85226 /* softlinking.h in Headers */, 1054 1054 65EF2DF808BECC8A000894BB /* shared_ptr.h in Headers */, 1055 A8BC0DFC08D43D6D00379918 /* ucptable.c in Headers */, 1055 1056 ); 1056 1057 runOnlyForDeploymentPostprocessing = 0; … … 1445 1446 runOnlyForDeploymentPostprocessing = 0; 1446 1447 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\""; 1448 1449 }; 1449 1450 A85D81F2087B2822006A9172 /* date_object.lut.h */ = { … … 1704 1705 93E26BD208B1513800F85226 /* pcre_try_flipped.c in Sources */, 1705 1706 93E26BD508B1514100F85226 /* pcre_xclass.c in Sources */, 1706 93E26C0F08B1520900F85226 /* ucptable.c in Sources */,1707 1707 93E26CF808B29A1C00F85226 /* pcre_get.c in Sources */, 1708 1708 93E26DDD08B2A4F400F85226 /* pcre_printint.c in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.