adium 4765:52355a792aac: Fixed failed to compile on SR. (for rea...

commits at adium.im commits at adium.im
Sat Apr 7 20:04:28 UTC 2012


details:	http://hg.adium.im/adium/rev/52355a792aac
revision:	4765:52355a792aac
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sat Apr 07 23:04:03 2012 +0300

Fixed failed to compile on SR. (for real this time.)

diffs (106 lines):

diff -r e3ef87f4c7ac -r 52355a792aac Frameworks/ShortcutRecorder/ShortcutRecorder.xcodeproj/project.pbxproj
--- a/Frameworks/ShortcutRecorder/ShortcutRecorder.xcodeproj/project.pbxproj	Sat Apr 07 11:43:03 2012 +0300
+++ b/Frameworks/ShortcutRecorder/ShortcutRecorder.xcodeproj/project.pbxproj	Sat Apr 07 23:04:03 2012 +0300
@@ -691,6 +691,62 @@
 			};
 			name = Release;
 		};
+		9719C9061530D36A00217FBE /* Release-Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+				GCC_C_LANGUAGE_STANDARD = "compiler-default";
+				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.6;
+				RUN_CLANG_STATIC_ANALYZER = YES;
+				SDKROOT = macosx10.6;
+				SYMROOT = ../../build;
+				WARNING_CFLAGS = "-Wall";
+				WARNING_LDFLAGS = "";
+			};
+			name = "Release-Debug";
+		};
+		9719C9071530D36A00217FBE /* Release-Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				FRAMEWORK_VERSION = A;
+				GCC_ENABLE_OBJC_GC = supported;
+				GCC_MODEL_TUNING = G5;
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
+				INFOPLIST_FILE = "Framework/SR_LeopardFramework-Info.plist";
+				INSTALL_PATH = "@loader_path/../Frameworks";
+				OTHER_LDFLAGS = (
+					"-framework",
+					Foundation,
+					"-framework",
+					AppKit,
+				);
+				PRODUCT_NAME = ShortcutRecorder;
+				ZERO_LINK = NO;
+			};
+			name = "Release-Debug";
+		};
+		9719C9081530D36A00217FBE /* Release-Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				GCC_ENABLE_OBJC_GC = supported;
+				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+				GCC_MODEL_TUNING = G5;
+				INFOPLIST_FILE = Demo/Info.plist;
+				INSTALL_PATH = "$(HOME)/Applications";
+				PRODUCT_NAME = ShortcutRecorder;
+				WRAPPER_EXTENSION = app;
+			};
+			name = "Release-Debug";
+		};
 		C01FCF4F08A954540054247B /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
@@ -703,6 +759,7 @@
 				MACOSX_DEPLOYMENT_TARGET = 10.6;
 				RUN_CLANG_STATIC_ANALYZER = YES;
 				SDKROOT = macosx10.6;
+				SYMROOT = ../../build;
 				WARNING_CFLAGS = "-Wall";
 				WARNING_LDFLAGS = "";
 			};
@@ -720,6 +777,7 @@
 				MACOSX_DEPLOYMENT_TARGET = 10.6;
 				RUN_CLANG_STATIC_ANALYZER = YES;
 				SDKROOT = macosx10.6;
+				SYMROOT = ../../build;
 				WARNING_CFLAGS = "-Wall";
 				WARNING_LDFLAGS = "";
 			};
@@ -733,6 +791,7 @@
 			buildConfigurations = (
 				939837820DA42965007F53F3 /* Debug */,
 				939837830DA42965007F53F3 /* Release */,
+				9719C9071530D36A00217FBE /* Release-Debug */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -742,6 +801,7 @@
 			buildConfigurations = (
 				93983B200DA43C4E007F53F3 /* Debug */,
 				93983B210DA43C4E007F53F3 /* Release */,
+				9719C9081530D36A00217FBE /* Release-Debug */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -751,6 +811,7 @@
 			buildConfigurations = (
 				C01FCF4F08A954540054247B /* Debug */,
 				C01FCF5008A954540054247B /* Release */,
+				9719C9061530D36A00217FBE /* Release-Debug */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;




More information about the commits mailing list