Changeset 4246
- Timestamp:
- 06/08/06 19:32:34 (2 years ago)
- Files:
-
- WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj (modified) (22 diffs)
- WiredServer/trunk/wired.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r4179 r4246 8 8 9 9 /* Begin PBXAggregateTarget section */ 10 A50335AD0864C98900CE6911 /* wired*/ = {10 A50335AD0864C98900CE6911 /* Wired Server */ = { 11 11 isa = PBXAggregateTarget; 12 buildConfigurationList = A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget " wired" */;12 buildConfigurationList = A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget "Wired Server" */; 13 13 buildPhases = ( 14 14 A50335AC0864C98900CE6911 /* Run Script (wired) */, … … 17 17 A519E5E30978287D002A9A5C /* PBXTargetDependency */, 18 18 ); 19 name = wired;19 name = "Wired Server"; 20 20 productName = "Wired Server"; 21 21 }; … … 49 49 ); 50 50 dependencies = ( 51 A5841A1307AA40E400C31480 /* PBXTargetDependency */,52 51 A50335E50864CC6600CE6911 /* PBXTargetDependency */, 53 52 ); … … 100 99 }; 101 100 A519E5E20978287D002A9A5C /* PBXContainerItemProxy */ = { 102 isa = PBXContainerItemProxy;103 containerPortal = 089C1669FE841209C02AAC07 /* Project object */;104 proxyType = 1;105 remoteGlobalIDString = 8D202CE80486D31800D8A456;106 remoteInfo = "Wired Preference Pane";107 };108 A5841A1207AA40E400C31480 /* PBXContainerItemProxy */ = {109 101 isa = PBXContainerItemProxy; 110 102 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; … … 512 504 targets = ( 513 505 8D202CE80486D31800D8A456 /* Wired Preference Pane */, 514 A50335AD0864C98900CE6911 /* wired*/,506 A50335AD0864C98900CE6911 /* Wired Server */, 515 507 A5BE6D2D0864B63000DA5C89 /* Wired Additions */, 516 508 A5D97273078E375B00CD982E /* Localization */, … … 671 663 A50335E50864CC6600CE6911 /* PBXTargetDependency */ = { 672 664 isa = PBXTargetDependency; 673 target = A50335AD0864C98900CE6911 /* wired*/;665 target = A50335AD0864C98900CE6911 /* Wired Server */; 674 666 targetProxy = A50335E40864CC6600CE6911 /* PBXContainerItemProxy */; 675 667 }; … … 679 671 targetProxy = A519E5E20978287D002A9A5C /* PBXContainerItemProxy */; 680 672 }; 681 A5841A1307AA40E400C31480 /* PBXTargetDependency */ = {682 isa = PBXTargetDependency;683 target = 8D202CE80486D31800D8A456 /* Wired Preference Pane */;684 targetProxy = A5841A1207AA40E400C31480 /* PBXContainerItemProxy */;685 };686 673 /* End PBXTargetDependency section */ 687 674 … … 742 729 743 730 /* Begin XCBuildConfiguration section */ 744 A50335B50864C9AC00CE6911 /* Debug (Native) */ = { 745 isa = XCBuildConfiguration; 746 buildSettings = { 747 COPY_PHASE_STRIP = NO; 748 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 731 77437A150A371CD300588CD7 /* Test/Universal */ = { 732 isa = XCBuildConfiguration; 733 buildSettings = { 749 734 OPTIMIZATION_CFLAGS = "-O0"; 750 735 OTHER_CFLAGS = ""; 751 736 OTHER_LDFLAGS = ""; 752 737 OTHER_REZFLAGS = ""; 753 PRODUCT_NAME = "Wired Server"; 754 SECTORDER_FLAGS = ""; 755 WARNING_CFLAGS = ( 756 "-Wmost", 757 "-Wno-four-char-constants", 758 "-Wno-unknown-pragmas", 759 ); 760 }; 761 name = "Debug (Native)"; 762 }; 763 A50335B60864C9AC00CE6911 /* Test (Universal) */ = { 764 isa = XCBuildConfiguration; 765 buildSettings = { 766 OPTIMIZATION_CFLAGS = "-O0"; 767 OTHER_CFLAGS = ""; 768 OTHER_LDFLAGS = ""; 769 OTHER_REZFLAGS = ""; 770 PRODUCT_NAME = "Wired Server"; 771 SECTORDER_FLAGS = ""; 772 WARNING_CFLAGS = ( 773 "-Wmost", 774 "-Wno-four-char-constants", 775 "-Wno-unknown-pragmas", 776 ); 777 }; 778 name = "Test (Universal)"; 779 }; 780 A50335B70864C9AC00CE6911 /* Release (Universal) */ = { 781 isa = XCBuildConfiguration; 782 buildSettings = { 783 COPY_PHASE_STRIP = YES; 784 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 785 OPTIMIZATION_CFLAGS = "-O0"; 786 OTHER_CFLAGS = ""; 787 OTHER_LDFLAGS = ""; 788 OTHER_REZFLAGS = ""; 789 PRODUCT_NAME = "Wired Server"; 790 SECTORDER_FLAGS = ""; 791 WARNING_CFLAGS = ( 792 "-Wmost", 793 "-Wno-four-char-constants", 794 "-Wno-unknown-pragmas", 795 ); 796 }; 797 name = "Release (Universal)"; 798 }; 799 A5BE6CEC0864B5A000DA5C89 /* Debug (Native) */ = { 738 PRODUCT_NAME = "Wired Additions"; 739 SECTORDER_FLAGS = ""; 740 WARNING_CFLAGS = ( 741 "-Wmost", 742 "-Wno-four-char-constants", 743 "-Wno-unknown-pragmas", 744 ); 745 }; 746 name = Test/Universal; 747 }; 748 77437A160A371CD300588CD7 /* Test/Universal */ = { 800 749 isa = XCBuildConfiguration; 801 750 buildSettings = { … … 812 761 WRAPPER_EXTENSION = prefPane; 813 762 }; 814 name = "Debug (Native)"; 815 }; 816 A5BE6CED0864B5A000DA5C89 /* Test (Universal) */ = { 763 name = Test/Universal; 764 }; 765 77437A170A371CD300588CD7 /* Test/Universal */ = { 766 isa = XCBuildConfiguration; 767 buildSettings = { 768 OPTIMIZATION_CFLAGS = "-O0"; 769 OTHER_CFLAGS = ""; 770 OTHER_LDFLAGS = ""; 771 OTHER_REZFLAGS = ""; 772 PRODUCT_NAME = "Wired Server"; 773 SECTORDER_FLAGS = ""; 774 WARNING_CFLAGS = ( 775 "-Wmost", 776 "-Wno-four-char-constants", 777 "-Wno-unknown-pragmas", 778 ); 779 }; 780 name = Test/Universal; 781 }; 782 77437A180A371CD300588CD7 /* Test/Universal */ = { 783 isa = XCBuildConfiguration; 784 buildSettings = { 785 COPY_PHASE_STRIP = NO; 786 GCC_ENABLE_FIX_AND_CONTINUE = NO; 787 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 788 GCC_OPTIMIZATION_LEVEL = 0; 789 OTHER_CFLAGS = "-DTESTING"; 790 OTHER_LDFLAGS = ""; 791 OTHER_REZFLAGS = ""; 792 PRODUCT_NAME = Localization; 793 SECTORDER_FLAGS = ""; 794 WARNING_CFLAGS = ( 795 "-Wmost", 796 "-Wno-four-char-constants", 797 "-Wno-unknown-pragmas", 798 ); 799 ZERO_LINK = NO; 800 }; 801 name = Test/Universal; 802 }; 803 77437A190A371CD300588CD7 /* Test/Universal */ = { 804 isa = XCBuildConfiguration; 805 buildSettings = { 806 COPY_PHASE_STRIP = NO; 807 GCC_ENABLE_FIX_AND_CONTINUE = NO; 808 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 809 GCC_OPTIMIZATION_LEVEL = 0; 810 OTHER_CFLAGS = "-DTESTING"; 811 OTHER_LDFLAGS = ""; 812 OTHER_REZFLAGS = ""; 813 PRODUCT_NAME = Packaging; 814 SECTORDER_FLAGS = ""; 815 WARNING_CFLAGS = ( 816 "-Wmost", 817 "-Wno-four-char-constants", 818 "-Wno-unknown-pragmas", 819 ); 820 ZERO_LINK = NO; 821 }; 822 name = Test/Universal; 823 }; 824 77437A1A0A371CD300588CD7 /* Test/Universal */ = { 825 isa = XCBuildConfiguration; 826 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; 827 buildSettings = { 828 ARCHS = ( 829 ppc, 830 i386, 831 ); 832 COPY_PHASE_STRIP = NO; 833 GCC_PREPROCESSOR_DEFINITIONS = TEST; 834 }; 835 name = Test/Universal; 836 }; 837 A50335B50864C9AC00CE6911 /* Debug/Native */ = { 838 isa = XCBuildConfiguration; 839 buildSettings = { 840 COPY_PHASE_STRIP = NO; 841 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 842 OPTIMIZATION_CFLAGS = "-O0"; 843 OTHER_CFLAGS = ""; 844 OTHER_LDFLAGS = ""; 845 OTHER_REZFLAGS = ""; 846 PRODUCT_NAME = "Wired Server"; 847 SECTORDER_FLAGS = ""; 848 WARNING_CFLAGS = ( 849 "-Wmost", 850 "-Wno-four-char-constants", 851 "-Wno-unknown-pragmas", 852 ); 853 }; 854 name = Debug/Native; 855 }; 856 A50335B60864C9AC00CE6911 /* Test/Native */ = { 857 isa = XCBuildConfiguration; 858 buildSettings = { 859 OPTIMIZATION_CFLAGS = "-O0"; 860 OTHER_CFLAGS = ""; 861 OTHER_LDFLAGS = ""; 862 OTHER_REZFLAGS = ""; 863 PRODUCT_NAME = "Wired Server"; 864 SECTORDER_FLAGS = ""; 865 WARNING_CFLAGS = ( 866 "-Wmost", 867 "-Wno-four-char-constants", 868 "-Wno-unknown-pragmas", 869 ); 870 }; 871 name = Test/Native; 872 }; 873 A50335B70864C9AC00CE6911 /* Release/Universal */ = { 874 isa = XCBuildConfiguration; 875 buildSettings = { 876 COPY_PHASE_STRIP = YES; 877 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 878 OPTIMIZATION_CFLAGS = "-O0"; 879 OTHER_CFLAGS = ""; 880 OTHER_LDFLAGS = ""; 881 OTHER_REZFLAGS = ""; 882 PRODUCT_NAME = "Wired Server"; 883 SECTORDER_FLAGS = ""; 884 WARNING_CFLAGS = ( 885 "-Wmost", 886 "-Wno-four-char-constants", 887 "-Wno-unknown-pragmas", 888 ); 889 }; 890 name = Release/Universal; 891 }; 892 A5BE6CEC0864B5A000DA5C89 /* Debug/Native */ = { 817 893 isa = XCBuildConfiguration; 818 894 buildSettings = { … … 829 905 WRAPPER_EXTENSION = prefPane; 830 906 }; 831 name = "Test (Universal)";832 }; 833 A5BE6CE E0864B5A000DA5C89 /* Release (Universal)*/ = {907 name = Debug/Native; 908 }; 909 A5BE6CED0864B5A000DA5C89 /* Test/Native */ = { 834 910 isa = XCBuildConfiguration; 835 911 buildSettings = { … … 846 922 WRAPPER_EXTENSION = prefPane; 847 923 }; 848 name = "Release (Universal)"; 849 }; 850 A5BE6CF60864B5A000DA5C89 /* Debug (Native) */ = { 924 name = Test/Native; 925 }; 926 A5BE6CEE0864B5A000DA5C89 /* Release/Universal */ = { 927 isa = XCBuildConfiguration; 928 buildSettings = { 929 GCC_PRECOMPILE_PREFIX_HEADER = YES; 930 GCC_PREFIX_HEADER = PreferencePane/prefix.pch; 931 HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/WiredAdditions.framework/Headers\""; 932 INFOPLIST_FILE = PreferencePane/Info.plist; 933 OTHER_LDFLAGS = ( 934 "-lcrypto", 935 "-undefined", 936 dynamic_lookup, 937 ); 938 PRODUCT_NAME = Wired; 939 WRAPPER_EXTENSION = prefPane; 940 }; 941 name = Release/Universal; 942 }; 943 A5BE6CF60864B5A000DA5C89 /* Debug/Native */ = { 851 944 isa = XCBuildConfiguration; 852 945 buildSettings = { … … 867 960 ZERO_LINK = YES; 868 961 }; 869 name = "Debug (Native)";870 }; 871 A5BE6CF70864B5A000DA5C89 /* Test (Universal)*/ = {962 name = Debug/Native; 963 }; 964 A5BE6CF70864B5A000DA5C89 /* Test/Native */ = { 872 965 isa = XCBuildConfiguration; 873 966 buildSettings = { … … 888 981 ZERO_LINK = NO; 889 982 }; 890 name = "Test (Universal)";891 }; 892 A5BE6CF80864B5A000DA5C89 /* Release (Universal)*/ = {983 name = Test/Native; 984 }; 985 A5BE6CF80864B5A000DA5C89 /* Release/Universal */ = { 893 986 isa = XCBuildConfiguration; 894 987 buildSettings = { … … 909 1002 ZERO_LINK = NO; 910 1003 }; 911 name = "Release (Universal)";912 }; 913 A5BE6CFB0864B5A000DA5C89 /* Debug (Native)*/ = {1004 name = Release/Universal; 1005 }; 1006 A5BE6CFB0864B5A000DA5C89 /* Debug/Native */ = { 914 1007 isa = XCBuildConfiguration; 915 1008 buildSettings = { … … 930 1023 ZERO_LINK = YES; 931 1024 }; 932 name = "Debug (Native)";933 }; 934 A5BE6CFC0864B5A000DA5C89 /* Test (Universal)*/ = {1025 name = Debug/Native; 1026 }; 1027 A5BE6CFC0864B5A000DA5C89 /* Test/Native */ = { 935 1028 isa = XCBuildConfiguration; 936 1029 buildSettings = { … … 951 1044 ZERO_LINK = NO; 952 1045 }; 953 name = "Test (Universal)";954 }; 955 A5BE6CFD0864B5A000DA5C89 /* Release (Universal)*/ = {1046 name = Test/Native; 1047 }; 1048 A5BE6CFD0864B5A000DA5C89 /* Release/Universal */ = { 956 1049 isa = XCBuildConfiguration; 957 1050 buildSettings = { … … 972 1065 ZERO_LINK = NO; 973 1066 }; 974 name = "Release (Universal)";975 }; 976 A5BE6D000864B5A000DA5C89 /* Debug (Native)*/ = {1067 name = Release/Universal; 1068 }; 1069 A5BE6D000864B5A000DA5C89 /* Debug/Native */ = { 977 1070 isa = XCBuildConfiguration; 978 1071 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; … … 983 1076 ZERO_LINK = YES; 984 1077 }; 985 name = "Debug (Native)"; 986 }; 987 A5BE6D010864B5A000DA5C89 /* Test (Universal) */ = { 1078 name = Debug/Native; 1079 }; 1080 A5BE6D010864B5A000DA5C89 /* Test/Native */ = { 1081 isa = XCBuildConfiguration; 1082 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; 1083 buildSettings = { 1084 COPY_PHASE_STRIP = NO; 1085 GCC_PREPROCESSOR_DEFINITIONS = TEST; 1086 }; 1087 name = Test/Native; 1088 }; 1089 A5BE6D020864B5A000DA5C89 /* Release/Universal */ = { 988 1090 isa = XCBuildConfiguration; 989 1091 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; … … 993 1095 i386, 994 1096 ); 995 COPY_PHASE_STRIP = NO;996 GCC_PREPROCESSOR_DEFINITIONS = TEST;997 };998 name = "Test (Universal)";999 };1000 A5BE6D020864B5A000DA5C89 /* Release (Universal) */ = {1001 isa = XCBuildConfiguration;1002 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */;1003 buildSettings = {1004 ARCHS = (1005 ppc,1006 i386,1007 );1008 1097 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 1009 1098 GCC_PREPROCESSOR_DEFINITIONS = RELEASE; 1010 1099 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1011 1100 }; 1012 name = "Release (Universal)";1013 }; 1014 A5BE6D3F0864B64300DA5C89 /* Debug (Native)*/ = {1101 name = Release/Universal; 1102 }; 1103 A5BE6D3F0864B64300DA5C89 /* Debug/Native */ = { 1015 1104 isa = XCBuildConfiguration; 1016 1105 buildSettings = { … … 1029 1118 ); 1030 1119 }; 1031 name = "Debug (Native)";1032 }; 1033 A5BE6D400864B64300DA5C89 /* Test (Universal)*/ = {1120 name = Debug/Native; 1121 }; 1122 A5BE6D400864B64300DA5C89 /* Test/Native */ = { 1034 1123 isa = XCBuildConfiguration; 1035 1124 buildSettings = { … … 1046 1135 ); 1047 1136 }; 1048 name = "Test (Universal)";1049 }; 1050 A5BE6D410864B64300DA5C89 /* Release (Universal)*/ = {1137 name = Test/Native; 1138 }; 1139 A5BE6D410864B64300DA5C89 /* Release/Universal */ = { 1051 1140 isa = XCBuildConfiguration; 1052 1141 buildSettings = { … … 1065 1154 ); 1066 1155 }; 1067 name = "Release (Universal)";1156 name = Release/Universal; 1068 1157 }; 1069 1158 /* End XCBuildConfiguration section */ 1070 1159 1071 1160 /* Begin XCConfigurationList section */ 1072 A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget " wired" */ = {1161 A50335B40864C9AC00CE6911 /* Build configuration list for PBXAggregateTarget "Wired Server" */ = { 1073 1162 isa = XCConfigurationList; 1074 1163 buildConfigurations = ( 1075 A50335B50864C9AC00CE6911 /* Debug (Native) */, 1076 A50335B60864C9AC00CE6911 /* Test (Universal) */, 1077 A50335B70864C9AC00CE6911 /* Release (Universal) */, 1164 A50335B50864C9AC00CE6911 /* Debug/Native */, 1165 A50335B60864C9AC00CE6911 /* Test/Native */, 1166 77437A170A371CD300588CD7 /* Test/Universal */, 1167 A50335B70864C9AC00CE6911 /* Release/Universal */, 1078 1168 ); 1079 1169 defaultConfigurationIsVisible = 0; 1080 defaultConfigurationName = "Debug (Native)";1170 defaultConfigurationName = Debug/Native; 1081 1171 }; 1082 1172 A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Preference Pane" */ = { 1083 1173 isa = XCConfigurationList; 1084 1174 buildConfigurations = ( 1085 A5BE6CEC0864B5A000DA5C89 /* Debug (Native) */, 1086 A5BE6CED0864B5A000DA5C89 /* Test (Universal) */, 1087 A5BE6CEE0864B5A000DA5C89 /* Release (Universal) */, 1175 A5BE6CEC0864B5A000DA5C89 /* Debug/Native */, 1176 A5BE6CED0864B5A000DA5C89 /* Test/Native */, 1177 77437A160A371CD300588CD7 /* Test/Universal */, 1178 A5BE6CEE0864B5A000DA5C89 /* Release/Universal */, 1088 1179 ); 1089 1180 defaultConfigurationIsVisible = 0; 1090 defaultConfigurationName = "Debug (Native)";1181 defaultConfigurationName = Debug/Native; 1091 1182 }; 1092 1183 A5BE6CF50864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 1093 1184 isa = XCConfigurationList; 1094 1185 buildConfigurations = ( 1095 A5BE6CF60864B5A000DA5C89 /* Debug (Native) */, 1096 A5BE6CF70864B5A000DA5C89 /* Test (Universal) */, 1097 A5BE6CF80864B5A000DA5C89 /* Release (Universal) */, 1186 A5BE6CF60864B5A000DA5C89 /* Debug/Native */, 1187 A5BE6CF70864B5A000DA5C89 /* Test/Native */, 1188 77437A180A371CD300588CD7 /* Test/Universal */, 1189 A5BE6CF80864B5A000DA5C89 /* Release/Universal */, 1098 1190 ); 1099 1191 defaultConfigurationIsVisible = 0; 1100 defaultConfigurationName = "Debug (Native)";1192 defaultConfigurationName = Debug/Native; 1101 1193 }; 1102 1194 A5BE6CFA0864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 1103 1195 isa = XCConfigurationList; 1104 1196 buildConfigurations = ( 1105 A5BE6CFB0864B5A000DA5C89 /* Debug (Native) */, 1106 A5BE6CFC0864B5A000DA5C89 /* Test (Universal) */, 1107 A5BE6CFD0864B5A000DA5C89 /* Release (Universal) */, 1197 A5BE6CFB0864B5A000DA5C89 /* Debug/Native */, 1198 A5BE6CFC0864B5A000DA5C89 /* Test/Native */, 1199 77437A190A371CD300588CD7 /* Test/Universal */, 1200 A5BE6CFD0864B5A000DA5C89 /* Release/Universal */, 1108 1201 ); 1109 1202 defaultConfigurationIsVisible = 0; 1110 defaultConfigurationName = "Debug (Native)";1203 defaultConfigurationName = Debug/Native; 1111 1204 }; 1112 1205 A5BE6CFF0864B5A000DA5C89 /* Build configuration list for PBXProject "WiredServer" */ = { 1113 1206 isa = XCConfigurationList; 1114 1207 buildConfigurations = ( 1115 A5BE6D000864B5A000DA5C89 /* Debug (Native) */, 1116 A5BE6D010864B5A000DA5C89 /* Test (Universal) */, 1117 A5BE6D020864B5A000DA5C89 /* Release (Universal) */, 1208 A5BE6D000864B5A000DA5C89 /* Debug/Native */, 1209 A5BE6D010864B5A000DA5C89 /* Test/Native */, 1210 77437A1A0A371CD300588CD7 /* Test/Universal */, 1211 A5BE6D020864B5A000DA5C89 /* Release/Universal */, 1118 1212 ); 1119 1213 defaultConfigurationIsVisible = 0; 1120 defaultConfigurationName = "Debug (Native)";1214 defaultConfigurationName = Debug/Native; 1121 1215 }; 1122 1216 A5BE6D3E0864B64300DA5C89 /* Build configuration list for PBXAggregateTarget "Wired Additions" */ = { 1123 1217 isa = XCConfigurationList; 1124 1218 buildConfigurations = ( 1125 A5BE6D3F0864B64300DA5C89 /* Debug (Native) */, 1126 A5BE6D400864B64300DA5C89 /* Test (Universal) */, 1127 A5BE6D410864B64300DA5C89 /* Release (Universal) */, 1219 A5BE6D3F0864B64300DA5C89 /* Debug/Native */, 1220 A5BE6D400864B64300DA5C89 /* Test/Native */, 1221 77437A150A371CD300588CD7 /* Test/Universal */, 1222 A5BE6D410864B64300DA5C89 /* Release/Universal */, 1128 1223 ); 1129 1224 defaultConfigurationIsVisible = 0; 1130 defaultConfigurationName = "Debug (Native)";1225 defaultConfigurationName = Debug/Native; 1131 1226 }; 1132 1227 /* End XCConfigurationList section */ WiredServer/trunk/wired.sh
r4043 r4246 7 7 mkdir -p "$ROOT/Library/StartupItems" 8 8 mkdir -p "$ROOT/Library/Wired" 9 mkdir -p "$ROOT/usr/local"10 9 11 10 # Build a universal wired installation 12 cd wired 11 for i in $ARCHS; do 12 if [ ! -f "$TEMP_FILE_DIR/make/$i/Makefile" ]; then 13 SDKROOT=$(eval echo SDKROOT_$i); SDKROOT=$(eval echo \$$SDKROOT) 14 RELEASE=$(uname -r) 15 BUILD=$("$SRCROOT/wired/config.guess") 16 HOST="$i-apple-darwin$RELEASE" 17 18 cd "$SRCROOT/wired" 19 CFLAGS="-g -O2 -arch $i" CPPFLAGS="-I$TEMP_FILE_DIR/make/$i -I$TEMP_FILE_DIR/run/$i/libwired/include -I$TEMP_FILE_DIR/run/$i/libwired/lib -isysroot $SDKROOT" ./configure --build="$BUILD" --host="$HOST" --enable-warnings --srcdir="$SRCROOT/wired" --with-objdir="$OBJECT_FILE_DIR/$i" --with-rundir="$TEMP_FILE_DIR/run/$i/wired" --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --without-libwired || exit 1 20 21 cd "$SRCROOT/wired/libwired" 22 CFLAGS="-g -O2 -arch $i" CPPFLAGS="-I$TEMP_FILE_DIR/make/$i/libwired -isysroot $SDKROOT" ./configure --build="$BUILD" --host="$HOST" --enable-warnings --enable-ssl --enable-pthreads --srcdir="$SRCROOT/wired/libwired" --with-objdir="$OBJECT_FILE_DIR/$i" --with-rundir="$TEMP_FILE_DIR/run/$i/wired/libwired" || exit 1 13 23 14 if [ -d obj ]; then 15 rm -r obj 16 fi 17 18 if [ -d libwired/obj ]; then 19 rm -r libwired/obj 20 fi 21 22 for i in $ARCHS; do 23 CONFIG_H="config_$i.h" 24 CONFIG_STATUS="config_$i.status" 25 HL2WIRED="run/hl2wired_$i" 26 LIBWIRED="libwired/run/lib/libwired_$i.a" 27 MAKEFILE="Makefile_$i" 28 OBJDIR="obj_$i" 29 WIRED="run/wired_$i" 30 31 for j in . libwired; do 32 rm -f "$j/obj" 33 34 rm -f "$j/config.h" 35 rm -f "$j/config.status" 36 rm -f "$j/Makefile" 37 rm -f "$j/obj" 38 done 39 40 SDKROOT=$(eval echo SDKROOT_$i); SDKROOT=$(eval echo \$$SDKROOT) 41 42 export CFLAGS="-g -O2 -arch $i" 43 export CPPFLAGS="-isysroot $SDKROOT" 44 45 if [ ! -e "$MAKEFILE" ]; then 46 for j in . libwired; do 47 rm -f "$j/config.status" "$j/config.h" "$j/Makefile" 48 done 49 50 UNAME_R=$(uname -r) 51 52 ./configure --build=$(./config.guess) --host="$i-apple-darwin$UNAME_R" --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --enable-warnings || exit 1 53 54 for j in . libwired; do 55 mv "$j/config.h" "$j/$CONFIG_H" 56 mv "$j/config.status" "$j/$CONFIG_STATUS" 57 mv "$j/Makefile" "$j/$MAKEFILE" 58 done 24 mkdir -p "$TEMP_FILE_DIR/make/$i/libwired" "$TEMP_FILE_DIR/run/$i" "$BUILT_PRODUCTS_DIR" 25 mv "$SRCROOT/wired/config.h" "$TEMP_FILE_DIR/make/$i/config.h" 26 mv "$SRCROOT/wired/libwired/config.h" "$TEMP_FILE_DIR/make/$i/libwired/config.h" 27 mv "$SRCROOT/wired/Makefile" "$TEMP_FILE_DIR/make/$i/Makefile" 28 mv "$SRCROOT/wired/libwired/Makefile" "$TEMP_FILE_DIR/make/$i/libwired/Makefile" 29 cp -r "$SRCROOT/wired/run" "$TEMP_FILE_DIR/run/$i/wired" 30 cp -r "$SRCROOT/wired/libwired/run" "$TEMP_FILE_DIR/run/$i/wired/libwired" 59 31 fi 60 32 61 for j in . libwired; do 62 mkdir -p "$j/$OBJDIR" 63 64 ln -sf "$CONFIG_H" "$j/config.h" 65 ln -sf "$CONFIG_STATUS" "$j/config.status" 66 ln -sf "$MAKEFILE" "$j/Makefile" 67 ln -sf "$OBJDIR" "$j/obj" 68 done 33 cd "$TEMP_FILE_DIR/make/$i" 34 make -f "$TEMP_FILE_DIR/make/$i/Makefile" || exit 1 69 35 70 if [ -e "$HL2WIRED" ]; then 71 mv "$HL2WIRED" run/hl2wired 72 fi 73 74 if [ -e "$LIBWIRED" ]; then 75 mv "$LIBWIRED" libwired/run/lib/libwired.a 76 fi 77 78 if [ -e "$WIRED" ]; then 79 mv "$WIRED" run/wired 80 fi 81 82 make || exit 1 83 84 mv run/hl2wired "$HL2WIRED" 85 mv libwired/run/lib/libwired.a "$LIBWIRED" 86 mv run/wired "$WIRED" 87 88 HL2WIRED_BINARIES="$HL2WIRED $HL2WIRED_BINARIES" 89 WIRED_BINARIES="$WIRED $WIRED_BINARIES" 36 HL2WIRED_BINARIES="$TEMP_FILE_DIR/run/$i/wired/hl2wired $HL2WIRED_BINARIES" 37 WIRED_BINARIES="$TEMP_FILE_DIR/run/$i/wired/wired $WIRED_BINARIES" 38 MASTER="$i" 90 39 done 91 40 92 lipo -create $HL2WIRED_BINARIES -output run/hl2wired || exit 1 93 lipo -create $WIRED_BINARIES -output run/wired || exit 1 41 lipo -create $HL2WIRED_BINARIES -output /tmp/hl2wired || exit 1 42 cp /tmp/hl2wired "$TEMP_FILE_DIR/run/$MASTER/wired/hl2wired" 43 44 lipo -create $WIRED_BINARIES -output /tmp/wired || exit 1 45 cp /tmp/wired "$TEMP_FILE_DIR/run/$MASTER/wired/wired" 94 46 95 47 # Install wired into /Library/Wired 96 sudo make install-only || exit 148 sudo make -f "$TEMP_FILE_DIR/make/$MASTER/Makefile" install-only || exit 1 97 49 98 50 # Install /Library/PreferencePanes and /Library/StartupItems
