Changeset 38101 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Nov 4, 2008, 10:57:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r38095 r38101 1618 1618 932F5B910822A1C700736975 /* Sources */, 1619 1619 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */, 1620 933457200EBFDC3F00B80894 /* Check For Exit Time Destructors */, 1620 1621 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */, 1621 1622 932F5BD20822A1C700736975 /* Frameworks */, … … 1807 1808 shellPath = /bin/sh; 1808 1809 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-global-initializers ]; then\n ../WebKitTools/Scripts/check-for-global-initializers || exit $?\nfi"; 1810 }; 1811 933457200EBFDC3F00B80894 /* Check For Exit Time Destructors */ = { 1812 isa = PBXShellScriptBuildPhase; 1813 buildActionMask = 2147483647; 1814 files = ( 1815 ); 1816 inputPaths = ( 1817 ); 1818 name = "Check For Exit Time Destructors"; 1819 outputPaths = ( 1820 ); 1821 runOnlyForDeploymentPostprocessing = 0; 1822 shellPath = /bin/sh; 1823 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-exit-time-destructors ]; then\n ../WebKitTools/Scripts/check-for-exit-time-destructors || exit $?\nfi"; 1809 1824 }; 1810 1825 /* End PBXShellScriptBuildPhase section */
Note:
See TracChangeset
for help on using the changeset viewer.