Changeset 5502
- Timestamp:
- 05/07/08 14:33:59 (1 week ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj
r5450 r5502 135 135 77D8C3B30CC8B0AD00B89E4B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77D8C3B10CC8B0AD00B89E4B /* InfoPlist.strings */; }; 136 136 77D8C3C00CC8B0E100B89E4B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77D8C3BE0CC8B0E100B89E4B /* Localizable.strings */; }; 137 77E428730DD1DA9900703987 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A565B3B00D5D99BC00AF91BA /* libcrypto.dylib */; }; 137 138 77FFC165075E178D008ED58A /* WIObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 77FFC163075E178D008ED58A /* WIObject.m */; }; 138 139 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; … … 470 471 7724739A09DD82E30010335B /* ExceptionHandling.framework in Frameworks */, 471 472 A5604A060D4069060080EA07 /* Quartz.framework in Frameworks */, 473 77E428730DD1DA9900703987 /* libcrypto.dylib in Frameworks */, 472 474 ); 473 475 runOnlyForDeploymentPostprocessing = 0; … … 1285 1287 INSTALL_PATH = "@executable_path/../Frameworks"; 1286 1288 OTHER_LDFLAGS = ( 1287 "-lcrypto",1288 "-lssl",1289 1289 "-seg1addr", 1290 1290 0xb0000000, … … 1310 1310 INSTALL_PATH = "@executable_path/../Frameworks"; 1311 1311 OTHER_LDFLAGS = ( 1312 "-lcrypto",1313 "-lssl",1314 1312 "-seg1addr", 1315 1313 0xb0000000, … … 1527 1525 INSTALL_PATH = "@executable_path/../Frameworks"; 1528 1526 OTHER_LDFLAGS = ( 1529 "-lcrypto",1530 "-lssl",1531 1527 "-seg1addr", 1532 1528 0xb0000000, … … 1580 1576 INSTALL_PATH = "@executable_path/../Frameworks"; 1581 1577 OTHER_LDFLAGS = ( 1582 "-lcrypto",1583 "-lssl",1584 1578 "-seg1addr", 1585 1579 0xb0000000,
