Changeset 13541 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Mar 28, 2006, 4:09:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r13466 r13541 232 232 93F0B3AC09BB4DC00068FCE3 /* Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F0B3AA09BB4DC00068FCE3 /* Parser.h */; }; 233 233 /* End PBXBuildFile section */ 234 235 /* Begin PBXBuildRule section */236 937C34BA0868E21B006F4B22 /* PBXBuildRule */ = {237 isa = PBXBuildRule;238 compilerSpec = com.apple.compilers.proxy.script;239 fileType = sourcecode.yacc;240 isEditable = 1;241 outputFiles = (242 "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).h",243 "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).cpp",244 );245 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 || printf \"\"";246 };247 /* End PBXBuildRule section */248 234 249 235 /* Begin PBXBuildStyle section */ … … 952 938 932F5B3F0822A1C700736975 /* Headers */, 953 939 932F5B910822A1C700736975 /* Sources */, 940 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */, 954 941 932F5BD20822A1C700736975 /* Frameworks */, 955 942 ); 956 943 buildRules = ( 957 937C34BA0868E21B006F4B22 /* PBXBuildRule */,958 944 ); 959 945 buildSettings = { … … 1109 1095 shellPath = /bin/sh; 1110 1096 shellScript = "./generate-derived-sources\n"; 1097 }; 1098 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */ = { 1099 isa = PBXShellScriptBuildPhase; 1100 buildActionMask = 2147483647; 1101 files = ( 1102 ); 1103 inputPaths = ( 1104 ); 1105 name = "Check For Global Initializers"; 1106 outputPaths = ( 1107 ); 1108 runOnlyForDeploymentPostprocessing = 0; 1109 shellPath = /bin/sh; 1110 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-global-initializers ]; then\n ../WebKitTools/Scripts/check-for-global-initializers || exit $?\nfi"; 1111 1111 }; 1112 1112 /* End PBXShellScriptBuildPhase section */
Note:
See TracChangeset
for help on using the changeset viewer.