Changeset 5502

Show
Ignore:
Timestamp:
05/07/08 14:33:59 (1 week ago)
Author:
morris
Message:

Change linking of OpenSSL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj

    r5450 r5502  
    135135                77D8C3B30CC8B0AD00B89E4B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77D8C3B10CC8B0AD00B89E4B /* InfoPlist.strings */; }; 
    136136                77D8C3C00CC8B0E100B89E4B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77D8C3BE0CC8B0E100B89E4B /* Localizable.strings */; }; 
     137                77E428730DD1DA9900703987 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A565B3B00D5D99BC00AF91BA /* libcrypto.dylib */; }; 
    137138                77FFC165075E178D008ED58A /* WIObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 77FFC163075E178D008ED58A /* WIObject.m */; }; 
    138139                8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; 
     
    470471                                7724739A09DD82E30010335B /* ExceptionHandling.framework in Frameworks */, 
    471472                                A5604A060D4069060080EA07 /* Quartz.framework in Frameworks */, 
     473                                77E428730DD1DA9900703987 /* libcrypto.dylib in Frameworks */, 
    472474                        ); 
    473475                        runOnlyForDeploymentPostprocessing = 0; 
     
    12851287                                INSTALL_PATH = "@executable_path/../Frameworks"; 
    12861288                                OTHER_LDFLAGS = ( 
    1287                                         "-lcrypto", 
    1288                                         "-lssl", 
    12891289                                        "-seg1addr", 
    12901290                                        0xb0000000, 
     
    13101310                                INSTALL_PATH = "@executable_path/../Frameworks"; 
    13111311                                OTHER_LDFLAGS = ( 
    1312                                         "-lcrypto", 
    1313                                         "-lssl", 
    13141312                                        "-seg1addr", 
    13151313                                        0xb0000000, 
     
    15271525                                INSTALL_PATH = "@executable_path/../Frameworks"; 
    15281526                                OTHER_LDFLAGS = ( 
    1529                                         "-lcrypto", 
    1530                                         "-lssl", 
    15311527                                        "-seg1addr", 
    15321528                                        0xb0000000, 
     
    15801576                                INSTALL_PATH = "@executable_path/../Frameworks"; 
    15811577                                OTHER_LDFLAGS = ( 
    1582                                         "-lcrypto", 
    1583                                         "-lssl", 
    15841578                                        "-seg1addr", 
    15851579                                        0xb0000000,