Adium

Changeset 24181

Show
Ignore:
Timestamp:
07/02/2008 04:10:21 PM (6 months ago)
Author:
sholt
Message:

Fixing build of flex's reentrant option on 10.4 systems:

  • Adding a 10.4u compatible build of flex v2.5.33 (same as Xcode 3 uses) in the AutoHyperlinks project directory
  • Adding custom build rules to use said flex binary instead of the system's
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj

    r24146 r24181  
    4646                8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 
    4747/* End PBXBuildFile section */ 
     48 
     49/* Begin PBXBuildRule section */ 
     50                7EC3168D0E1BED5A008C0827 /* PBXBuildRule */ = { 
     51                        isa = PBXBuildRule; 
     52                        compilerSpec = com.apple.compilers.proxy.script; 
     53                        fileType = sourcecode.lex; 
     54                        isEditable = 1; 
     55                        outputFiles = ( 
     56                                "$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).yy.c", 
     57                        ); 
     58                        script = "./Utilities/usr/bin/flex -o \"$DERIVED_FILES_DIR/$INPUT_FILE_BASE.yy.c\" \"$INPUT_FILE_PATH\""; 
     59                }; 
     60                7ECA6F690E1BE90A000D0756 /* PBXBuildRule */ = { 
     61                        isa = PBXBuildRule; 
     62                        compilerSpec = com.apple.compilers.proxy.script; 
     63                        fileType = sourcecode.lex; 
     64                        isEditable = 1; 
     65                        outputFiles = ( 
     66                                "$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).yy.c", 
     67                        ); 
     68                        script = "./Utilities/usr/bin/flex -o \"$DERIVED_FILES_DIR/$INPUT_FILE_BASE.yy.c\" \"$INPUT_FILE_PATH\""; 
     69                }; 
     70/* End PBXBuildRule section */ 
    4871 
    4972/* Begin PBXContainerItemProxy section */ 
     
    320343                        ); 
    321344                        buildRules = ( 
     345                                7EC3168D0E1BED5A008C0827 /* PBXBuildRule */, 
    322346                        ); 
    323347                        dependencies = ( 
     
    372396                        ); 
    373397                        buildRules = ( 
     398                                7ECA6F690E1BE90A000D0756 /* PBXBuildRule */, 
    374399                        ); 
    375400                        dependencies = (