Changeset 9453 in webkit for trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
- Timestamp:
- Jun 21, 2005, 5:22:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r9326 r9453 1000 1000 93396BB50824516200AB803D, 1001 1001 93F1983708245BAA001E9ABC, 1002 932FC32A0824B6E0005B3C75,1003 1002 93F197EC08245819001E9ABC, 1004 1003 93F1983308245BA1001E9ABC, … … 1010 1009 ); 1011 1010 buildRules = ( 1011 937C34BA0868E21B006F4B22, 1012 1012 ); 1013 1013 buildSettings = { … … 1696 1696 932F5B980822A1C700736975, 1697 1697 932F5B990822A1C700736975, 1698 93DE3E420868DCAB00B8897C, 1698 1699 932F5B9A0822A1C700736975, 1699 1700 932F5B9B0822A1C700736975, … … 1751 1752 932F5BD00822A1C700736975, 1752 1753 932F5BD10822A1C700736975, 1753 93F471090826AE3B00098036,1754 1754 ); 1755 1755 isa = PBXSourcesBuildPhase; … … 2303 2303 }; 2304 2304 }; 2305 932FC32A0824B6E0005B3C75 = {2306 buildActionMask = 2147483647;2307 files = (2308 );2309 inputPaths = (2310 kjs/grammar.y,2311 );2312 isa = PBXShellScriptBuildPhase;2313 name = grammar.cpp/h;2314 outputPaths = (2315 "$(DERIVED_FILE_DIR)/grammar.cpp",2316 "$(DERIVED_FILE_DIR)/grammar.h",2317 );2318 runOnlyForDeploymentPostprocessing = 0;2319 shellPath = /bin/sh;2320 shellScript = "bison -d -p kjsyy kjs/grammar.y -o \"$DERIVED_FILE_DIR/grammar.cpp\"\ncat \"$DERIVED_FILE_DIR/grammar.cpp.h\" \"$DERIVED_FILE_DIR/grammar.hpp\" > \"$DERIVED_FILE_DIR/grammar.h\" 2> /dev/null\nexit 0";2321 };2322 2305 932FC3C10824BB61005B3C75 = { 2323 2306 children = ( … … 2469 2452 sourceTree = "<group>"; 2470 2453 }; 2454 937C34BA0868E21B006F4B22 = { 2455 compilerSpec = com.apple.compilers.proxy.script; 2456 fileType = sourcecode.yacc; 2457 isEditable = 1; 2458 isa = PBXBuildRule; 2459 outputFiles = ( 2460 "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).h", 2461 "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).cpp", 2462 ); 2463 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"; 2464 }; 2471 2465 937F4F24048E5B9900CA2AC4 = { 2472 2466 fileEncoding = 30; … … 2485 2479 refType = 4; 2486 2480 sourceTree = "<group>"; 2481 }; 2482 93DE3E420868DCAB00B8897C = { 2483 fileRef = 933A3499038AE7C6008635CE; 2484 isa = PBXBuildFile; 2485 settings = { 2486 }; 2487 2487 }; 2488 2488 93F197EC08245819001E9ABC = { … … 2595 2595 shellPath = /bin/sh; 2596 2596 shellScript = "kjs/create_hash_table kjs/date_object.cpp -i > \"$DERIVED_FILE_DIR/date_object.lut.h\""; 2597 };2598 93F471080826AE3B00098036 = {2599 fileEncoding = 4;2600 isa = PBXFileReference;2601 lastKnownFileType = sourcecode.cpp.cpp;2602 path = grammar_wrapper.cpp;2603 refType = 4;2604 sourceTree = "<group>";2605 };2606 93F471090826AE3B00098036 = {2607 fileRef = 93F471080826AE3B00098036;2608 isa = PBXBuildFile;2609 settings = {2610 };2611 2597 }; 2612 2598 //930 … … 2687 2673 93F1981A08245AAE001E9ABC, 2688 2674 933A3499038AE7C6008635CE, 2689 93F471080826AE3B00098036,2690 2675 F692A8650255597D01FF60F7, 2691 2676 F692A8660255597D01FF60F7,
Note:
See TracChangeset
for help on using the changeset viewer.