Changeset 4444
- Timestamp:
- 01/28/07 13:18:37 (1 year ago)
- Files:
-
- WiredServer/trunk/WiredServer.xcconfig (modified) (1 diff)
- WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WiredServer.xcconfig
r4168 r4444 24 24 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 25 25 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 26 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 26 MACOSX_DEPLOYMENT_TARGET_x86_64 = 10.5 27 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4 28 MACOSX_DEPLOYMENT_TARGET_ppc64 = 10.5 27 29 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 28 SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk 30 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.5.sdk 31 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 32 SDKROOT_ppc64 = /Developer/SDKs/MacOSX10.5.sdk 29 33 WARNING_CFLAGS = WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r4313 r4444 845 845 name = Test/Universal; 846 846 }; 847 A50335B50864C9AC00CE6911 /* Debug/Native */ = {847 A50335B50864C9AC00CE6911 /* Debug/Native/32 */ = { 848 848 isa = XCBuildConfiguration; 849 849 buildSettings = { … … 862 862 ); 863 863 }; 864 name = Debug/Native; 865 }; 866 A50335B60864C9AC00CE6911 /* Test/Native */ = { 867 isa = XCBuildConfiguration; 868 buildSettings = { 869 OPTIMIZATION_CFLAGS = "-O0"; 870 OTHER_CFLAGS = ""; 871 OTHER_LDFLAGS = ""; 872 OTHER_REZFLAGS = ""; 873 PRODUCT_NAME = "Wired Server"; 874 SECTORDER_FLAGS = ""; 875 WARNING_CFLAGS = ( 876 "-Wmost", 877 "-Wno-four-char-constants", 878 "-Wno-unknown-pragmas", 879 ); 880 }; 881 name = Test/Native; 864 name = Debug/Native/32; 882 865 }; 883 866 A50335B70864C9AC00CE6911 /* Release/Universal */ = { … … 900 883 name = Release/Universal; 901 884 }; 902 A5BE6CEC0864B5A000DA5C89 /* Debug/Native */ = {885 A5BE6CEC0864B5A000DA5C89 /* Debug/Native/32 */ = { 903 886 isa = XCBuildConfiguration; 904 887 buildSettings = { … … 915 898 WRAPPER_EXTENSION = prefPane; 916 899 }; 917 name = Debug/Native ;918 }; 919 A5BE6CE D0864B5A000DA5C89 /* Test/Native*/ = {900 name = Debug/Native/32; 901 }; 902 A5BE6CEE0864B5A000DA5C89 /* Release/Universal */ = { 920 903 isa = XCBuildConfiguration; 921 904 buildSettings = { … … 932 915 WRAPPER_EXTENSION = prefPane; 933 916 }; 934 name = Test/Native;935 };936 A5BE6CEE0864B5A000DA5C89 /* Release/Universal */ = {937 isa = XCBuildConfiguration;938 buildSettings = {939 GCC_PRECOMPILE_PREFIX_HEADER = YES;940 GCC_PREFIX_HEADER = PreferencePane/prefix.pch;941 HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/WiredAdditions.framework/Headers\"";942 INFOPLIST_FILE = PreferencePane/Info.plist;943 OTHER_LDFLAGS = (944 "-lcrypto",945 "-undefined",946 dynamic_lookup,947 );948 PRODUCT_NAME = Wired;949 WRAPPER_EXTENSION = prefPane;950 };951 917 name = Release/Universal; 952 918 }; 953 A5BE6CF60864B5A000DA5C89 /* Debug/Native */ = {919 A5BE6CF60864B5A000DA5C89 /* Debug/Native/32 */ = { 954 920 isa = XCBuildConfiguration; 955 921 buildSettings = { … … 970 936 ZERO_LINK = YES; 971 937 }; 972 name = Debug/Native; 973 }; 974 A5BE6CF70864B5A000DA5C89 /* Test/Native */ = { 975 isa = XCBuildConfiguration; 976 buildSettings = { 977 COPY_PHASE_STRIP = NO; 978 GCC_ENABLE_FIX_AND_CONTINUE = NO; 979 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 980 GCC_OPTIMIZATION_LEVEL = 0; 981 OTHER_CFLAGS = "-DTESTING"; 982 OTHER_LDFLAGS = ""; 983 OTHER_REZFLAGS = ""; 984 PRODUCT_NAME = Localization; 985 SECTORDER_FLAGS = ""; 986 WARNING_CFLAGS = ( 987 "-Wmost", 988 "-Wno-four-char-constants", 989 "-Wno-unknown-pragmas", 990 ); 991 ZERO_LINK = NO; 992 }; 993 name = Test/Native; 938 name = Debug/Native/32; 994 939 }; 995 940 A5BE6CF80864B5A000DA5C89 /* Release/Universal */ = { … … 1014 959 name = Release/Universal; 1015 960 }; 1016 A5BE6CFB0864B5A000DA5C89 /* Debug/Native */ = {961 A5BE6CFB0864B5A000DA5C89 /* Debug/Native/32 */ = { 1017 962 isa = XCBuildConfiguration; 1018 963 buildSettings = { … … 1033 978 ZERO_LINK = YES; 1034 979 }; 1035 name = Debug/Native; 1036 }; 1037 A5BE6CFC0864B5A000DA5C89 /* Test/Native */ = { 1038 isa = XCBuildConfiguration; 1039 buildSettings = { 1040 COPY_PHASE_STRIP = NO; 1041 GCC_ENABLE_FIX_AND_CONTINUE = NO; 1042 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1043 GCC_OPTIMIZATION_LEVEL = 0; 1044 OTHER_CFLAGS = "-DTESTING"; 1045 OTHER_LDFLAGS = ""; 1046 OTHER_REZFLAGS = ""; 1047 PRODUCT_NAME = Packaging; 1048 SECTORDER_FLAGS = ""; 1049 WARNING_CFLAGS = ( 1050 "-Wmost", 1051 "-Wno-four-char-constants", 1052 "-Wno-unknown-pragmas", 1053 ); 1054 ZERO_LINK = NO; 1055 }; 1056 name = Test/Native; 980 name = Debug/Native/32; 1057 981 }; 1058 982 A5BE6CFD0864B5A000DA5C89 /* Release/Universal */ = { … … 1077 1001 name = Release/Universal; 1078 1002 }; 1079 A5BE6D000864B5A000DA5C89 /* Debug/Native */ = {1003 A5BE6D000864B5A000DA5C89 /* Debug/Native/32 */ = { 1080 1004 isa = XCBuildConfiguration; 1081 1005 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; … … 1086 1010 ZERO_LINK = YES; 1087 1011 }; 1088 name = Debug/Native; 1089 }; 1090 A5BE6D010864B5A000DA5C89 /* Test/Native */ = { 1091 isa = XCBuildConfiguration; 1092 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; 1093 buildSettings = { 1094 COPY_PHASE_STRIP = NO; 1095 GCC_PREPROCESSOR_DEFINITIONS = TEST; 1096 }; 1097 name = Test/Native; 1012 name = Debug/Native/32; 1098 1013 }; 1099 1014 A5BE6D020864B5A000DA5C89 /* Release/Universal */ = { … … 1111 1026 name = Release/Universal; 1112 1027 }; 1113 A5BE6D3F0864B64300DA5C89 /* Debug/Native */ = {1028 A5BE6D3F0864B64300DA5C89 /* Debug/Native/32 */ = { 1114 1029 isa = XCBuildConfiguration; 1115 1030 buildSettings = { … … 1128 1043 ); 1129 1044 }; 1130 name = Debug/Native; 1131 }; 1132 A5BE6D400864B64300DA5C89 /* Test/Native */ = { 1133 isa = XCBuildConfiguration; 1134 buildSettings = { 1135 OPTIMIZATION_CFLAGS = "-O0"; 1136 OTHER_CFLAGS = ""; 1137 OTHER_LDFLAGS = ""; 1138 OTHER_REZFLAGS = ""; 1139 PRODUCT_NAME = "Wired Additions"; 1140 SECTORDER_FLAGS = ""; 1141 WARNING_CFLAGS = ( 1142 "-Wmost", 1143 "-Wno-four-char-constants", 1144 "-Wno-unknown-pragmas", 1145 ); 1146 }; 1147 name = Test/Native; 1045 name = Debug/Native/32; 1148 1046 }; 1149 1047 A5BE6D410864B64300DA5C89 /* Release/Universal */ = { … … 1172 1070 isa = XCConfigurationList; 1173 1071 buildConfigurations = ( 1174 A50335B50864C9AC00CE6911 /* Debug/Native */, 1175 A50335B60864C9AC00CE6911 /* Test/Native */, 1072 A50335B50864C9AC00CE6911 /* Debug/Native/32 */, 1176 1073 77437A170A371CD300588CD7 /* Test/Universal */, 1177 1074 A50335B70864C9AC00CE6911 /* Release/Universal */, 1178 1075 ); 1179 1076 defaultConfigurationIsVisible = 0; 1180 defaultConfigurationName = Debug/Native ;1077 defaultConfigurationName = Debug/Native/32; 1181 1078 }; 1182 1079 A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Preference Pane" */ = { 1183 1080 isa = XCConfigurationList; 1184 1081 buildConfigurations = ( 1185 A5BE6CEC0864B5A000DA5C89 /* Debug/Native */, 1186 A5BE6CED0864B5A000DA5C89 /* Test/Native */, 1082 A5BE6CEC0864B5A000DA5C89 /* Debug/Native/32 */, 1187 1083 77437A160A371CD300588CD7 /* Test/Universal */, 1188 1084 A5BE6CEE0864B5A000DA5C89 /* Release/Universal */, 1189 1085 ); 1190 1086 defaultConfigurationIsVisible = 0; 1191 defaultConfigurationName = Debug/Native ;1087 defaultConfigurationName = Debug/Native/32; 1192 1088 }; 1193 1089 A5BE6CF50864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 1194 1090 isa = XCConfigurationList; 1195 1091 buildConfigurations = ( 1196 A5BE6CF60864B5A000DA5C89 /* Debug/Native */, 1197 A5BE6CF70864B5A000DA5C89 /* Test/Native */, 1092 A5BE6CF60864B5A000DA5C89 /* Debug/Native/32 */, 1198 1093 77437A180A371CD300588CD7 /* Test/Universal */, 1199 1094 A5BE6CF80864B5A000DA5C89 /* Release/Universal */, 1200 1095 ); 1201 1096 defaultConfigurationIsVisible = 0; 1202 defaultConfigurationName = Debug/Native ;1097 defaultConfigurationName = Debug/Native/32; 1203 1098 }; 1204 1099 A5BE6CFA0864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 1205 1100 isa = XCConfigurationList; 1206 1101 buildConfigurations = ( 1207 A5BE6CFB0864B5A000DA5C89 /* Debug/Native */, 1208 A5BE6CFC0864B5A000DA5C89 /* Test/Native */, 1102 A5BE6CFB0864B5A000DA5C89 /* Debug/Native/32 */, 1209 1103 77437A190A371CD300588CD7 /* Test/Universal */, 1210 1104 A5BE6CFD0864B5A000DA5C89 /* Release/Universal */, 1211 1105 ); 1212 1106 defaultConfigurationIsVisible = 0; 1213 defaultConfigurationName = Debug/Native ;1107 defaultConfigurationName = Debug/Native/32; 1214 1108 }; 1215 1109 A5BE6CFF0864B5A000DA5C89 /* Build configuration list for PBXProject "WiredServer" */ = { 1216 1110 isa = XCConfigurationList; 1217 1111 buildConfigurations = ( 1218 A5BE6D000864B5A000DA5C89 /* Debug/Native */, 1219 A5BE6D010864B5A000DA5C89 /* Test/Native */, 1112 A5BE6D000864B5A000DA5C89 /* Debug/Native/32 */, 1220 1113 77437A1A0A371CD300588CD7 /* Test/Universal */, 1221 1114 A5BE6D020864B5A000DA5C89 /* Release/Universal */, 1222 1115 ); 1223 1116 defaultConfigurationIsVisible = 0; 1224 defaultConfigurationName = Debug/Native ;1117 defaultConfigurationName = Debug/Native/32; 1225 1118 }; 1226 1119 A5BE6D3E0864B64300DA5C89 /* Build configuration list for PBXAggregateTarget "Wired Additions" */ = { 1227 1120 isa = XCConfigurationList; 1228 1121 buildConfigurations = ( 1229 A5BE6D3F0864B64300DA5C89 /* Debug/Native */, 1230 A5BE6D400864B64300DA5C89 /* Test/Native */, 1122 A5BE6D3F0864B64300DA5C89 /* Debug/Native/32 */, 1231 1123 77437A150A371CD300588CD7 /* Test/Universal */, 1232 1124 A5BE6D410864B64300DA5C89 /* Release/Universal */, 1233 1125 ); 1234 1126 defaultConfigurationIsVisible = 0; 1235 defaultConfigurationName = Debug/Native ;1127 defaultConfigurationName = Debug/Native/32; 1236 1128 }; 1237 1129 /* End XCConfigurationList section */
