adium-1.4 3494:9b3686f7a1c9: Actually set RELEASE_BUILD for Rele...

commits at adium.im commits at adium.im
Sat May 21 12:26:33 UTC 2011


details:	http://hg.adium.im/adium-1.4/rev/9b3686f7a1c9
revision:	3494:9b3686f7a1c9
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Sat May 21 14:26:07 2011 +0200

Actually set RELEASE_BUILD for Release and Debug-Release.

Fixes #14432

diffs (22 lines):

diff -r 355bff287503 -r 9b3686f7a1c9 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sat May 21 14:04:32 2011 +0200
+++ b/Adium.xcodeproj/project.pbxproj	Sat May 21 14:26:07 2011 +0200
@@ -12824,6 +12824,7 @@
 					"$(inherited)",
 					"\"$(SRCROOT)/Frameworks\"",
 				);
+				GCC_PREPROCESSOR_DEFINITIONS = RELEASE_BUILD;
 			};
 			name = Release;
 		};
@@ -12835,6 +12836,10 @@
 					"$(inherited)",
 					"\"$(SRCROOT)/Frameworks\"",
 				);
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					RELEASE_BUILD,
+					DEBUG_BUILD,
+				);
 			};
 			name = "Release-Debug";
 		};




More information about the commits mailing list