Changeset 5503

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

Change linking of OpenSSL

Files:

Legend:

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

    r5188 r5503  
    7878                77D29ECD0A2DB77800173F3C /* WCFilesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D29ECB0A2DB77800173F3C /* WCFilesController.m */; }; 
    7979                77E2888E0A2D9E9B00035403 /* WCFilesTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E2888C0A2D9E9B00035403 /* WCFilesTableView.m */; }; 
     80                77E4287E0DD1DAD900703987 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 77E4287D0DD1DAD700703987 /* libssl.dylib */; }; 
     81                77E428820DD1DAE500703987 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 77E428810DD1DAE500703987 /* libcrypto.dylib */; }; 
    8082                77E555BC075346E4009A7557 /* GreenDrop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77E555BB075346E4009A7557 /* GreenDrop.tiff */; }; 
    8183                77E555C5075346F3009A7557 /* YellowDrop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77E555C4075346F3009A7557 /* YellowDrop.tiff */; }; 
     
    324326                77E2888C0A2D9E9B00035403 /* WCFilesTableView.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCFilesTableView.m; sourceTree = "<group>"; }; 
    325327                77E2888D0A2D9E9B00035403 /* WCFilesTableView.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCFilesTableView.h; sourceTree = "<group>"; }; 
     328                77E4287D0DD1DAD700703987 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; }; 
     329                77E428810DD1DAE500703987 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; }; 
    326330                77E555BB075346E4009A7557 /* GreenDrop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = GreenDrop.tiff; sourceTree = "<group>"; }; 
    327331                77E555C4075346F3009A7557 /* YellowDrop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = YellowDrop.tiff; sourceTree = "<group>"; }; 
     
    602606                                A564407B0A2607AC00ADF4F5 /* WiredAdditions.framework in Frameworks */, 
    603607                                774C35F00CC8CA8900716F37 /* WiredNetworking.framework in Frameworks */, 
     608                                77E428820DD1DAE500703987 /* libcrypto.dylib in Frameworks */, 
     609                                77E4287E0DD1DAD900703987 /* libssl.dylib in Frameworks */, 
    604610                        ); 
    605611                        runOnlyForDeploymentPostprocessing = 0; 
     
    616622                                A5A3400607216D8900A16E9A /* Security.framework */, 
    617623                                777D36C40987E125005B5EC1 /* WebKit.framework */, 
     624                                77E428810DD1DAE500703987 /* libcrypto.dylib */, 
     625                                77E4287D0DD1DAD700703987 /* libssl.dylib */, 
    618626                        ); 
    619627                        name = "Linked Frameworks"; 
     
    18231831                                INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DDEBUG"; 
    18241832                                INFOPLIST_PREPROCESS = YES; 
    1825                                 OTHER_LDFLAGS = ( 
    1826                                         "-lcrypto", 
    1827                                         "-lssl", 
    1828                                 ); 
    18291833                                PRODUCT_NAME = "Wired Client"; 
    18301834                                WRAPPER_EXTENSION = app; 
     
    19101914                                INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DTEST"; 
    19111915                                INFOPLIST_PREPROCESS = YES; 
    1912                                 OTHER_LDFLAGS = ( 
    1913                                         "-lcrypto", 
    1914                                         "-lssl", 
    1915                                 ); 
    19161916                                PRODUCT_NAME = "Wired Client"; 
    19171917                                WRAPPER_EXTENSION = app; 
     
    19951995                                INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DDEBUG"; 
    19961996                                INFOPLIST_PREPROCESS = YES; 
    1997                                 OTHER_LDFLAGS = ( 
    1998                                         "-lcrypto", 
    1999                                         "-lssl", 
    2000                                 ); 
    20011997                                PRODUCT_NAME = "Wired Client"; 
    20021998                                WRAPPER_EXTENSION = app; 
     
    20232019                                INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DRELEASE"; 
    20242020                                INFOPLIST_PREPROCESS = YES; 
    2025                                 OTHER_LDFLAGS = ( 
    2026                                         "-lcrypto", 
    2027                                         "-lssl", 
    2028                                 ); 
    20292021                                PRODUCT_NAME = "Wired Client"; 
    20302022                                WRAPPER_EXTENSION = app;