Changeset 3394
- Timestamp:
- 01/03/06 19:08:18 (3 years ago)
- Files:
-
- WiredServer/trunk/WiredServer.xcconfig (modified) (1 diff)
- WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj (modified) (19 diffs)
- WiredServer/trunk/install.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WiredServer.xcconfig
r2975 r3394 22 22 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES 23 23 GCC_WARN_SIGN_COMPARE = YES 24 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 25 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 26 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 27 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 28 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 24 29 WARNING_CFLAGS = 25 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YESWiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r3337 r3394 730 730 runOnlyForDeploymentPostprocessing = 0; 731 731 shellPath = /bin/sh; 732 shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration $BUILD_STYLE SYMROOT=$SYMROOT OBJROOT=$OBJROOT$ACTION || exit 1";732 shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1"; 733 733 }; 734 734 A5D97272078E375B00CD982E /* Run Script (Localize) */ = { … … 857 857 858 858 /* Begin XCBuildConfiguration section */ 859 A50335B50864C9AC00CE6911 /* Debug */ = {859 A50335B50864C9AC00CE6911 /* Debug (Native) */ = { 860 860 isa = XCBuildConfiguration; 861 861 buildSettings = { … … 874 874 ); 875 875 }; 876 name = Debug;877 }; 878 A50335B60864C9AC00CE6911 /* Test */ = {876 name = "Debug (Native)"; 877 }; 878 A50335B60864C9AC00CE6911 /* Test (Universal) */ = { 879 879 isa = XCBuildConfiguration; 880 880 buildSettings = { … … 891 891 ); 892 892 }; 893 name = Test;894 }; 895 A50335B70864C9AC00CE6911 /* Release */ = {893 name = "Test (Universal)"; 894 }; 895 A50335B70864C9AC00CE6911 /* Release (Universal) */ = { 896 896 isa = XCBuildConfiguration; 897 897 buildSettings = { … … 910 910 ); 911 911 }; 912 name = Release;913 }; 914 A5BE6CEC0864B5A000DA5C89 /* Debug */ = {912 name = "Release (Universal)"; 913 }; 914 A5BE6CEC0864B5A000DA5C89 /* Debug (Native) */ = { 915 915 isa = XCBuildConfiguration; 916 916 buildSettings = { … … 926 926 WRAPPER_EXTENSION = prefPane; 927 927 }; 928 name = Debug;929 }; 930 A5BE6CED0864B5A000DA5C89 /* Test */ = {928 name = "Debug (Native)"; 929 }; 930 A5BE6CED0864B5A000DA5C89 /* Test (Universal) */ = { 931 931 isa = XCBuildConfiguration; 932 932 buildSettings = { … … 942 942 WRAPPER_EXTENSION = prefPane; 943 943 }; 944 name = Test;945 }; 946 A5BE6CEE0864B5A000DA5C89 /* Release */ = {944 name = "Test (Universal)"; 945 }; 946 A5BE6CEE0864B5A000DA5C89 /* Release (Universal) */ = { 947 947 isa = XCBuildConfiguration; 948 948 buildSettings = { … … 958 958 WRAPPER_EXTENSION = prefPane; 959 959 }; 960 name = Release;961 }; 962 A5BE6CF60864B5A000DA5C89 /* Debug */ = {960 name = "Release (Universal)"; 961 }; 962 A5BE6CF60864B5A000DA5C89 /* Debug (Native) */ = { 963 963 isa = XCBuildConfiguration; 964 964 buildSettings = { … … 979 979 ZERO_LINK = YES; 980 980 }; 981 name = Debug;982 }; 983 A5BE6CF70864B5A000DA5C89 /* Test */ = {981 name = "Debug (Native)"; 982 }; 983 A5BE6CF70864B5A000DA5C89 /* Test (Universal) */ = { 984 984 isa = XCBuildConfiguration; 985 985 buildSettings = { … … 1000 1000 ZERO_LINK = NO; 1001 1001 }; 1002 name = Test;1003 }; 1004 A5BE6CF80864B5A000DA5C89 /* Release */ = {1002 name = "Test (Universal)"; 1003 }; 1004 A5BE6CF80864B5A000DA5C89 /* Release (Universal) */ = { 1005 1005 isa = XCBuildConfiguration; 1006 1006 buildSettings = { … … 1021 1021 ZERO_LINK = NO; 1022 1022 }; 1023 name = Release;1024 }; 1025 A5BE6CFB0864B5A000DA5C89 /* Debug */ = {1023 name = "Release (Universal)"; 1024 }; 1025 A5BE6CFB0864B5A000DA5C89 /* Debug (Native) */ = { 1026 1026 isa = XCBuildConfiguration; 1027 1027 buildSettings = { … … 1042 1042 ZERO_LINK = YES; 1043 1043 }; 1044 name = Debug;1045 }; 1046 A5BE6CFC0864B5A000DA5C89 /* Test */ = {1044 name = "Debug (Native)"; 1045 }; 1046 A5BE6CFC0864B5A000DA5C89 /* Test (Universal) */ = { 1047 1047 isa = XCBuildConfiguration; 1048 1048 buildSettings = { … … 1063 1063 ZERO_LINK = NO; 1064 1064 }; 1065 name = Test;1066 }; 1067 A5BE6CFD0864B5A000DA5C89 /* Release */ = {1065 name = "Test (Universal)"; 1066 }; 1067 A5BE6CFD0864B5A000DA5C89 /* Release (Universal) */ = { 1068 1068 isa = XCBuildConfiguration; 1069 1069 buildSettings = { … … 1084 1084 ZERO_LINK = NO; 1085 1085 }; 1086 name = Release;1087 }; 1088 A5BE6D000864B5A000DA5C89 /* Debug */ = {1086 name = "Release (Universal)"; 1087 }; 1088 A5BE6D000864B5A000DA5C89 /* Debug (Native) */ = { 1089 1089 isa = XCBuildConfiguration; 1090 1090 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; … … 1093 1093 GCC_OPTIMIZATION_LEVEL = 0; 1094 1094 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 1095 MACOSX_DEPLOYMENT_TARGET = 10.3;1096 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;1097 1095 ZERO_LINK = YES; 1098 1096 }; 1099 name = Debug;1100 }; 1101 A5BE6D010864B5A000DA5C89 /* Test */ = {1097 name = "Debug (Native)"; 1098 }; 1099 A5BE6D010864B5A000DA5C89 /* Test (Universal) */ = { 1102 1100 isa = XCBuildConfiguration; 1103 1101 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; 1104 1102 buildSettings = { 1103 ARCHS = ( 1104 ppc, 1105 i386, 1106 ); 1105 1107 COPY_PHASE_STRIP = NO; 1106 1108 GCC_PREPROCESSOR_DEFINITIONS = TEST; 1107 MACOSX_DEPLOYMENT_TARGET = 10.3; 1108 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 1109 }; 1110 name = Test; 1111 }; 1112 A5BE6D020864B5A000DA5C89 /* Release */ = { 1109 }; 1110 name = "Test (Universal)"; 1111 }; 1112 A5BE6D020864B5A000DA5C89 /* Release (Universal) */ = { 1113 1113 isa = XCBuildConfiguration; 1114 1114 baseConfigurationReference = A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */; 1115 1115 buildSettings = { 1116 ARCHS = ( 1117 ppc, 1118 i386, 1119 ); 1116 1120 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 1117 1121 GCC_PREPROCESSOR_DEFINITIONS = RELEASE; 1118 1122 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1119 MACOSX_DEPLOYMENT_TARGET = 10.3; 1120 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 1121 }; 1122 name = Release; 1123 }; 1124 A5BE6D3F0864B64300DA5C89 /* Debug */ = { 1123 }; 1124 name = "Release (Universal)"; 1125 }; 1126 A5BE6D3F0864B64300DA5C89 /* Debug (Native) */ = { 1125 1127 isa = XCBuildConfiguration; 1126 1128 buildSettings = { … … 1139 1141 ); 1140 1142 }; 1141 name = Debug;1142 }; 1143 A5BE6D400864B64300DA5C89 /* Test */ = {1143 name = "Debug (Native)"; 1144 }; 1145 A5BE6D400864B64300DA5C89 /* Test (Universal) */ = { 1144 1146 isa = XCBuildConfiguration; 1145 1147 buildSettings = { … … 1156 1158 ); 1157 1159 }; 1158 name = Test;1159 }; 1160 A5BE6D410864B64300DA5C89 /* Release */ = {1160 name = "Test (Universal)"; 1161 }; 1162 A5BE6D410864B64300DA5C89 /* Release (Universal) */ = { 1161 1163 isa = XCBuildConfiguration; 1162 1164 buildSettings = { … … 1175 1177 ); 1176 1178 }; 1177 name = Release;1179 name = "Release (Universal)"; 1178 1180 }; 1179 1181 /* End XCBuildConfiguration section */ … … 1183 1185 isa = XCConfigurationList; 1184 1186 buildConfigurations = ( 1185 A50335B50864C9AC00CE6911 /* Debug */,1186 A50335B60864C9AC00CE6911 /* Test */,1187 A50335B70864C9AC00CE6911 /* Release */,1187 A50335B50864C9AC00CE6911 /* Debug (Native) */, 1188 A50335B60864C9AC00CE6911 /* Test (Universal) */, 1189 A50335B70864C9AC00CE6911 /* Release (Universal) */, 1188 1190 ); 1189 1191 defaultConfigurationIsVisible = 0; 1190 defaultConfigurationName = Debug;1192 defaultConfigurationName = "Debug (Native)"; 1191 1193 }; 1192 1194 A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Preference Pane" */ = { 1193 1195 isa = XCConfigurationList; 1194 1196 buildConfigurations = ( 1195 A5BE6CEC0864B5A000DA5C89 /* Debug */,1196 A5BE6CED0864B5A000DA5C89 /* Test */,1197 A5BE6CEE0864B5A000DA5C89 /* Release */,1197 A5BE6CEC0864B5A000DA5C89 /* Debug (Native) */, 1198 A5BE6CED0864B5A000DA5C89 /* Test (Universal) */, 1199 A5BE6CEE0864B5A000DA5C89 /* Release (Universal) */, 1198 1200 ); 1199 1201 defaultConfigurationIsVisible = 0; 1200 defaultConfigurationName = Debug;1202 defaultConfigurationName = "Debug (Native)"; 1201 1203 }; 1202 1204 A5BE6CF50864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 1203 1205 isa = XCConfigurationList; 1204 1206 buildConfigurations = ( 1205 A5BE6CF60864B5A000DA5C89 /* Debug */,1206 A5BE6CF70864B5A000DA5C89 /* Test */,1207 A5BE6CF80864B5A000DA5C89 /* Release */,1207 A5BE6CF60864B5A000DA5C89 /* Debug (Native) */, 1208 A5BE6CF70864B5A000DA5C89 /* Test (Universal) */, 1209 A5BE6CF80864B5A000DA5C89 /* Release (Universal) */, 1208 1210 ); 1209 1211 defaultConfigurationIsVisible = 0; 1210 defaultConfigurationName = Debug;1212 defaultConfigurationName = "Debug (Native)"; 1211 1213 }; 1212 1214 A5BE6CFA0864B5A000DA5C89 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 1213 1215 isa = XCConfigurationList; 1214 1216 buildConfigurations = ( 1215 A5BE6CFB0864B5A000DA5C89 /* Debug */,1216 A5BE6CFC0864B5A000DA5C89 /* Test */,1217 A5BE6CFD0864B5A000DA5C89 /* Release */,1217 A5BE6CFB0864B5A000DA5C89 /* Debug (Native) */, 1218 A5BE6CFC0864B5A000DA5C89 /* Test (Universal) */, 1219 A5BE6CFD0864B5A000DA5C89 /* Release (Universal) */, 1218 1220 ); 1219 1221 defaultConfigurationIsVisible = 0; 1220 defaultConfigurationName = Debug;1222 defaultConfigurationName = "Debug (Native)"; 1221 1223 }; 1222 1224 A5BE6CFF0864B5A000DA5C89 /* Build configuration list for PBXProject "WiredServer" */ = { 1223 1225 isa = XCConfigurationList; 1224 1226 buildConfigurations = ( 1225 A5BE6D000864B5A000DA5C89 /* Debug */,1226 A5BE6D010864B5A000DA5C89 /* Test */,1227 A5BE6D020864B5A000DA5C89 /* Release */,1227 A5BE6D000864B5A000DA5C89 /* Debug (Native) */, 1228 A5BE6D010864B5A000DA5C89 /* Test (Universal) */, 1229 A5BE6D020864B5A000DA5C89 /* Release (Universal) */, 1228 1230 ); 1229 1231 defaultConfigurationIsVisible = 0; 1230 defaultConfigurationName = Debug;1232 defaultConfigurationName = "Debug (Native)"; 1231 1233 }; 1232 1234 A5BE6D3E0864B64300DA5C89 /* Build configuration list for PBXAggregateTarget "Zanka Additions" */ = { 1233 1235 isa = XCConfigurationList; 1234 1236 buildConfigurations = ( 1235 A5BE6D3F0864B64300DA5C89 /* Debug */,1236 A5BE6D400864B64300DA5C89 /* Test */,1237 A5BE6D410864B64300DA5C89 /* Release */,1237 A5BE6D3F0864B64300DA5C89 /* Debug (Native) */, 1238 A5BE6D400864B64300DA5C89 /* Test (Universal) */, 1239 A5BE6D410864B64300DA5C89 /* Release (Universal) */, 1238 1240 ); 1239 1241 defaultConfigurationIsVisible = 0; 1240 defaultConfigurationName = Debug;1242 defaultConfigurationName = "Debug (Native)"; 1241 1243 }; 1242 1244 /* End XCConfigurationList section */ WiredServer/trunk/install.sh
r3337 r3394 4 4 SVNURL="svn://svn.zankasoftware.com" 5 5 6 # create skeleton directories6 # Create skeleton directories 7 7 mkdir -p "$ROOT/Library/PreferencePanes" 8 8 mkdir -p "$ROOT/Library/StartupItems" … … 17 17 svn export "$SVNURL/libwired/trunk" libwired || exit 1 18 18 19 rm -rf "$ROOT/Library/Wired" "$ROOT/usr/local/man" 20 ./configure --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --enable-warnings 19 for i in $ARCHS; do 20 CFLAGS="-arch $i $CFLAGS" 21 done 22 23 export MACOSX_DEPLOYMENT_TARGET="10.3" 24 export CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk" 25 26 ./configure --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --enable-warnings || exit 1 21 27 make || exit 1 22 28 sudo make install || exit 1 … … 27 33 cp -Rp "StartupItems/Wired" "$ROOT/Library/StartupItems/" 28 34 29 # fix permissions35 # Fix permissions 30 36 sudo chmod 1775 "$ROOT" 31 37 sudo chown root:wheel "$ROOT" … … 43 49 sudo chown root:wheel "$ROOT/usr" "$ROOT/usr/local" 44 50 45 # clean51 # Clean 46 52 find "$ROOT" \( -name .svn -o -name .DS_Store \) -print0 | sudo xargs -0 rm -rf 47 53
