Changeset 25000 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Aug 10, 2007, 4:24:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r24976 r25000 1306 1306 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */, 1307 1307 932F5BD20822A1C700736975 /* Frameworks */, 1308 1C395CBC0C6BCC16000D1E52 /* Generate 64-bit Export File */, 1308 1309 ); 1309 1310 buildRules = ( … … 1408 1409 shellPath = /bin/sh; 1409 1410 shellScript = "cp \"${SRCROOT}/API/testapi.js\" \"${BUILT_PRODUCTS_DIR}\""; 1411 }; 1412 1C395CBC0C6BCC16000D1E52 /* Generate 64-bit Export File */ = { 1413 isa = PBXShellScriptBuildPhase; 1414 buildActionMask = 2147483647; 1415 files = ( 1416 ); 1417 inputPaths = ( 1418 "$(SRCROOT)/JavaScriptCore.exp", 1419 ); 1420 name = "Generate 64-bit Export File"; 1421 outputPaths = ( 1422 "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/JavaScriptCore.LP64.exp", 1423 ); 1424 runOnlyForDeploymentPostprocessing = 0; 1425 shellPath = /bin/sh; 1426 shellScript = "# exclude NPN functions on 64-bit\nsed -e s/^.\\*NPN.\\*$// \"${SRCROOT}/JavaScriptCore.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore/JavaScriptCore.LP64.exp\"\n"; 1410 1427 }; 1411 1428 5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */ = {
Note:
See TracChangeset
for help on using the changeset viewer.