Changeset 10825 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Oct 11, 2005, 3:26:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r10824 r10825 1263 1263 A85D81F4087B2822006A9172 /* math_object.lut.h */, 1264 1264 A85D81F5087B2822006A9172 /* number_object.lut.h */, 1265 1489794708FC71AA0043FD68 /* regexp_object.lut.h */, 1265 1266 A85D81F6087B2822006A9172 /* string_object.lut.h */, 1266 1267 A85D81F7087B2822006A9172 /* Headers */, … … 1358 1359 1359 1360 /* Begin PBXShellScriptBuildPhase section */ 1361 1489794708FC71AA0043FD68 /* regexp_object.lut.h */ = { 1362 isa = PBXShellScriptBuildPhase; 1363 buildActionMask = 2147483647; 1364 files = ( 1365 ); 1366 inputPaths = ( 1367 kjs/create_hash_table, 1368 kjs/regexp_object.cpp, 1369 ); 1370 name = regexp_object.lut.h; 1371 outputPaths = ( 1372 "$(DERIVED_FILE_DIR)/regexp_object.lut.h", 1373 ); 1374 runOnlyForDeploymentPostprocessing = 0; 1375 shellPath = /bin/sh; 1376 shellScript = "kjs/create_hash_table kjs/regexp_object.cpp -i > \"$DERIVED_FILE_DIR/regexp_object.lut.h\""; 1377 }; 1360 1378 14F6037308FB039300E9E573 /* regexp_object.lut.h */ = { 1361 1379 isa = PBXShellScriptBuildPhase;
Note:
See TracChangeset
for help on using the changeset viewer.