Changeset 37312 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Oct 4, 2008, 8:04:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r36976 r37312 1656 1656 932F5B910822A1C700736975 /* Sources */, 1657 1657 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */, 1658 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */, 1658 1659 932F5BD20822A1C700736975 /* Frameworks */, 1659 1660 1C395CBC0C6BCC16000D1E52 /* Generate 64-bit Export File */, … … 1759 1760 shellPath = /bin/sh; 1760 1761 shellScript = "# exclude NPN functions on 64-bit\nsed -e s/^.\\*NPN.\\*$// \"${SRCROOT}/JavaScriptCore.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore/JavaScriptCore.LP64.exp\"\n"; 1762 }; 1763 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */ = { 1764 isa = PBXShellScriptBuildPhase; 1765 buildActionMask = 2147483647; 1766 files = ( 1767 ); 1768 inputPaths = ( 1769 ); 1770 name = "Check For Weak VTables"; 1771 outputPaths = ( 1772 ); 1773 runOnlyForDeploymentPostprocessing = 0; 1774 shellPath = /bin/sh; 1775 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-weak-vtables ]; then\n ../WebKitTools/Scripts/check-for-weak-vtables || exit $?\nfi"; 1761 1776 }; 1762 1777 5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */ = {
Note:
See TracChangeset
for help on using the changeset viewer.