Changeset 55
- Timestamp:
- 07/04/07 11:54:06 (1 year ago)
- Files:
-
- trunk/A52Codec.xcodeproj/project.pbxproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A52Codec.xcodeproj/project.pbxproj
r48 r55 734 734 ); 735 735 PREBINDING = NO; 736 PRODUCT_NAME = Preferences;736 PRODUCT_NAME = A52Preferences; 737 737 WRAPPER_EXTENSION = app; 738 738 ZERO_LINK = YES; 739 739 }; 740 740 name = Development; 741 };742 F50B7ABC0AAB69C800065C78 /* Default */ = {743 isa = XCBuildConfiguration;744 buildSettings = {745 GCC_ENABLE_FIX_AND_CONTINUE = YES;746 GCC_MODEL_TUNING = G5;747 GCC_PRECOMPILE_PREFIX_HEADER = YES;748 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";749 INFOPLIST_FILE = "A52Preferences/Preferences-Info.plist";750 INSTALL_PATH = "$(HOME)/Applications";751 OTHER_LDFLAGS = (752 "-framework",753 Foundation,754 "-framework",755 AppKit,756 );757 PREBINDING = NO;758 PRODUCT_NAME = Preferences;759 WRAPPER_EXTENSION = app;760 ZERO_LINK = YES;761 };762 name = Default;763 741 }; 764 742 F529AD4A0BD7C40800F7A8D0 /* Deployment+Debug */ = { … … 950 928 name = Development; 951 929 }; 952 F5525DF60A3BF78A00F36B86 /* Default */ = {953 isa = XCBuildConfiguration;954 buildSettings = {955 EXPORTED_SYMBOLS_FILE = AC3MovieImport/AC3MovieImport.exp;956 FRAMEWORK_SEARCH_PATHS = (957 "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks",958 "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks",959 );960 GCC_OPTIMIZATION_LEVEL = 0;961 GCC_PREPROCESSOR_DEFINITIONS = "TARGET_CARBON=1";962 HEADER_SEARCH_PATHS = (963 liba52/include,964 .,965 /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers,966 );967 INFOPLIST_FILE = "Info-AC3MovieImport.plist";968 OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0";969 OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers";970 PRODUCT_NAME = AC3MovieImport;971 PROFILING_CODE = YES;972 SECTORDER_FLAGS = "";973 WARNING_CFLAGS = "-Wall";974 WRAPPER_EXTENSION = component;975 };976 name = Default;977 };978 930 F583B20F0A759C31005F8A5A /* Deployment */ = { 979 931 isa = XCBuildConfiguration; … … 997 949 }; 998 950 name = Development; 999 };1000 F583B2120A759C31005F8A5A /* Default */ = {1001 isa = XCBuildConfiguration;1002 buildSettings = {1003 PRODUCT_NAME = Debug;1004 };1005 name = Default;1006 951 }; 1007 952 F5BDACA80A20A00000FF4884 /* Deployment */ = { … … 1074 1019 name = Development; 1075 1020 }; 1076 F5BDACAB0A20A00000FF4884 /* Default */ = {1077 isa = XCBuildConfiguration;1078 buildSettings = {1079 EXPORTED_SYMBOLS_FILE = A52/ACShepA52Codec.exp;1080 FRAMEWORK_SEARCH_PATHS = (1081 "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks",1082 "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Versions/A/Frameworks",1083 );1084 GCC_OPTIMIZATION_LEVEL = 0;1085 GCC_PREPROCESSOR_DEFINITIONS = "TARGET_CARBON=1";1086 HEADER_SEARCH_PATHS = (1087 liba52/include,1088 .,1089 /System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers,1090 );1091 INFOPLIST_FILE = "Info-A52Codec__Upgraded_.plist";1092 OTHER_CFLAGS = "-DIS_COMPILER_WORKING=0";1093 OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -i / -i /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers";1094 PRODUCT_NAME = A52Codec;1095 PROFILING_CODE = YES;1096 SECTORDER_FLAGS = "";1097 WARNING_CFLAGS = "-Wall";1098 WRAPPER_EXTENSION = component;1099 };1100 name = Default;1101 };1102 1021 F5BDACB00A20A00100FF4884 /* Deployment */ = { 1103 1022 isa = XCBuildConfiguration; … … 1113 1032 }; 1114 1033 name = Development; 1115 };1116 F5BDACB30A20A00100FF4884 /* Default */ = {1117 isa = XCBuildConfiguration;1118 buildSettings = {1119 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;1120 };1121 name = Default;1122 1034 }; 1123 1035 F5DA8EEC0A54C713004A41D0 /* Deployment */ = { … … 1142 1054 }; 1143 1055 name = Development; 1144 };1145 F5DA8EEF0A54C713004A41D0 /* Default */ = {1146 isa = XCBuildConfiguration;1147 buildSettings = {1148 PRODUCT_NAME = "Build Both";1149 };1150 name = Default;1151 1056 }; 1152 1057 /* End XCBuildConfiguration section */ … … 1159 1064 F529AD4C0BD7C40800F7A8D0 /* Deployment+Debug */, 1160 1065 F50B7ABA0AAB69C800065C78 /* Development */, 1161 F50B7ABC0AAB69C800065C78 /* Default */,1162 1066 ); 1163 1067 defaultConfigurationIsVisible = 0; 1164 defaultConfigurationName = De fault;1068 defaultConfigurationName = Deployment; 1165 1069 }; 1166 1070 F5525DF20A3BF78A00F36B86 /* Build configuration list for PBXNativeTarget "AC3MovieImport" */ = { … … 1170 1074 F529AD4B0BD7C40800F7A8D0 /* Deployment+Debug */, 1171 1075 F5525DF40A3BF78A00F36B86 /* Development */, 1172 F5525DF60A3BF78A00F36B86 /* Default */,1173 1076 ); 1174 1077 defaultConfigurationIsVisible = 0; 1175 defaultConfigurationName = De fault;1078 defaultConfigurationName = Deployment; 1176 1079 }; 1177 1080 F583B20E0A759C31005F8A5A /* Build configuration list for PBXAggregateTarget "Debug" */ = { … … 1181 1084 F529AD4E0BD7C40800F7A8D0 /* Deployment+Debug */, 1182 1085 F583B2100A759C31005F8A5A /* Development */, 1183 F583B2120A759C31005F8A5A /* Default */,1184 1086 ); 1185 1087 defaultConfigurationIsVisible = 0; 1186 defaultConfigurationName = De fault;1088 defaultConfigurationName = Deployment; 1187 1089 }; 1188 1090 F5BDACA70A20A00000FF4884 /* Build configuration list for PBXNativeTarget "A52Codec (Upgraded)" */ = { … … 1192 1094 F529AD4A0BD7C40800F7A8D0 /* Deployment+Debug */, 1193 1095 F5BDACA90A20A00000FF4884 /* Development */, 1194 F5BDACAB0A20A00000FF4884 /* Default */,1195 1096 ); 1196 1097 defaultConfigurationIsVisible = 0; 1197 defaultConfigurationName = De fault;1098 defaultConfigurationName = Deployment; 1198 1099 }; 1199 1100 F5BDACAF0A20A00100FF4884 /* Build configuration list for PBXProject "A52Codec" */ = { … … 1203 1104 F529AD4F0BD7C40800F7A8D0 /* Deployment+Debug */, 1204 1105 F5BDACB10A20A00100FF4884 /* Development */, 1205 F5BDACB30A20A00100FF4884 /* Default */,1206 1106 ); 1207 1107 defaultConfigurationIsVisible = 0; 1208 defaultConfigurationName = De fault;1108 defaultConfigurationName = Deployment; 1209 1109 }; 1210 1110 F5DA8EEB0A54C713004A41D0 /* Build configuration list for PBXAggregateTarget "Build All" */ = { … … 1214 1114 F529AD4D0BD7C40800F7A8D0 /* Deployment+Debug */, 1215 1115 F5DA8EED0A54C713004A41D0 /* Development */, 1216 F5DA8EEF0A54C713004A41D0 /* Default */,1217 1116 ); 1218 1117 defaultConfigurationIsVisible = 0; 1219 defaultConfigurationName = De fault;1118 defaultConfigurationName = Deployment; 1220 1119 }; 1221 1120 /* End XCConfigurationList section */
