Changeset 10818 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Oct 11, 2005, 1:43:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r10744 r10818 1130 1130 93F1983308245BA1001E9ABC /* math_object.lut.h */, 1131 1131 93F1983108245B9E001E9ABC /* number_object.lut.h */, 1132 14F6037308FB039300E9E573 /* regexp_object.lut.h */, 1132 1133 93F1983508245BA6001E9ABC /* string_object.lut.h */, 1133 1134 932F5B3F0822A1C700736975 /* Headers */, … … 1357 1358 1358 1359 /* Begin PBXShellScriptBuildPhase section */ 1360 14F6037308FB039300E9E573 /* regexp_object.lut.h */ = { 1361 isa = PBXShellScriptBuildPhase; 1362 buildActionMask = 2147483647; 1363 files = ( 1364 ); 1365 inputPaths = ( 1366 "kjs/create_hash_table\nkjs/create_hash_table", 1367 kjs/regexp_object.cpp, 1368 ); 1369 name = regexp_object.lut.h; 1370 outputPaths = ( 1371 "$(DERIVED_FILE_DIR)/regexp_object.lut.h", 1372 ); 1373 runOnlyForDeploymentPostprocessing = 0; 1374 shellPath = /bin/sh; 1375 shellScript = "kjs/create_hash_table kjs/regexp_object.cpp -i > \"$DERIVED_FILE_DIR/regexp_object.lut.h\""; 1376 }; 1359 1377 93396BB50824516200AB803D /* chartables.c */ = { 1360 1378 isa = PBXShellScriptBuildPhase;
Note:
See TracChangeset
for help on using the changeset viewer.