Show
Ignore:
Timestamp:
10/21/04 21:48:38 (4 years ago)
Author:
timothy
Message:

Remove headers from copied frameworks. Enable pascal strings in the compile settings, some Apple header needs this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.xcode/project.pbxproj

    r1946 r2045  
    15961596                        runOnlyForDeploymentPostprocessing = 0; 
    15971597                        shellPath = /bin/sh; 
    1598                         shellScript = "find $BUILD_ROOT/$WRAPPER_NAME -name '.svn' -print0 | xargs -0 rm -rf\nfind $BUILD_ROOT/$WRAPPER_NAME -name '.DS_Store' -print0 | xargs -0 rm -rf\n"; 
     1598                        shellScript = "find $BUILD_ROOT/$WRAPPER_NAME -name '.svn' -print0 | xargs -0 rm -rf\nfind $BUILD_ROOT/$WRAPPER_NAME -name 'Headers' -print0 | xargs -0 rm -rf\n"; 
    15991599                }; 
    16001600                1C9437080639F86700618CD9 = { 
     
    20102010                                GCC_ENABLE_CPP_RTTI = NO; 
    20112011                                GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    2012                                 GCC_ENABLE_PASCAL_STRINGS = NO
     2012                                GCC_ENABLE_PASCAL_STRINGS = YES
    20132013                                GCC_OPTIMIZATION_LEVEL = 0; 
    20142014                                GCC_PRECOMPILE_PREFIX_HEADER = YES;