adium 3906:450998a3550a: Actually set RELEASE_BUILD for Release ...

commits at adium.im commits at adium.im
Sat May 21 12:34:37 UTC 2011


details:	http://hg.adium.im/adium/rev/450998a3550a
revision:	3906:450998a3550a
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Sat May 21 14:33:52 2011 +0200

Actually set RELEASE_BUILD for Release and Debug-Release.

Transplanted from http://hg.adium.im/adium-1.4/rev/9b3686f7a1c9.

diffs (30 lines):

diff -r 6c4a152a2f47 -r 450998a3550a Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sat May 21 14:06:48 2011 +0200
+++ b/Adium.xcodeproj/project.pbxproj	Sat May 21 14:33:52 2011 +0200
@@ -9484,6 +9484,7 @@
 			};
 			buildConfigurationList = DADE8E3A085507450062B664 /* Build configuration list for PBXProject "Adium" */;
 			compatibilityVersion = "Xcode 3.1";
+			developmentRegion = English;
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				en,
@@ -12632,6 +12633,7 @@
 					"$(inherited)",
 					"\"$(SRCROOT)/Frameworks\"",
 				);
+				GCC_PREPROCESSOR_DEFINITIONS = RELEASE_BUILD;
 			};
 			name = Release;
 		};
@@ -12643,6 +12645,10 @@
 					"$(inherited)",
 					"\"$(SRCROOT)/Frameworks\"",
 				);
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					RELEASE_BUILD,
+					DEBUG_BUILD,
+				);
 			};
 			name = "Release-Debug";
 		};




More information about the commits mailing list