adium 3847:c74e9f524db6: Fix our Base.xcconfig to force clang to...

commits at adium.im commits at adium.im
Fri Apr 8 04:34:12 UTC 2011


details:	http://hg.adium.im/adium/rev/c74e9f524db6
revision:	3847:c74e9f524db6
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Thu Apr 07 21:32:49 2011 -0700

Fix our Base.xcconfig to force clang to pickup CFLAGS env variables.  Fixes nightly builds not updating via Sparkle.
Subject: adium 3848:a5a3f570b785: Update this date string for the first time in the past 2 years or so.

details:	http://hg.adium.im/adium/rev/a5a3f570b785
revision:	3848:a5a3f570b785
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Thu Apr 07 21:33:58 2011 -0700

Update this date string for the first time in the past 2 years or so.

diffs (23 lines):

diff -r 88724bd2e37a -r a5a3f570b785 Release/Makefile
--- a/Release/Makefile	Wed Apr 06 09:43:13 2011 -0700
+++ b/Release/Makefile	Thu Apr 07 21:33:58 2011 -0700
@@ -117,7 +117,7 @@
 
 version:
 	@# update the plists
-	defaults write $(ADIUM_PLIST) CFBundleGetInfoString "$(VERSION), Copyright 2001-2009 The Adium Team"
+	defaults write $(ADIUM_PLIST) CFBundleGetInfoString "$(VERSION), Copyright 2001-2011 The Adium Team"
 	defaults write $(ADIUM_PLIST) CFBundleVersion "$(VERSION)"
 	defaults write $(ADIUM_PLIST) CFBundleShortVersionString "$(VERSION)"
 	plutil -convert xml1 $(ADIUM_PLIST).plist
diff -r 88724bd2e37a -r a5a3f570b785 xcconfigs/Base.xcconfig
--- a/xcconfigs/Base.xcconfig	Wed Apr 06 09:43:13 2011 -0700
+++ b/xcconfigs/Base.xcconfig	Thu Apr 07 21:33:58 2011 -0700
@@ -25,6 +25,7 @@
 VALID_ARCHS = i386 x86_64
 DEBUG_INFORMATION_FORMAT = dwarf
 WARNING_CFLAGS = -Wall
+OTHER_CFLAGS = "$(CFLAGS)"
 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_PROJECT_1 = "$(BUILT_PRODUCTS_DIR)"
 GCC_WARN_64_TO_32_BIT_CONVERSION = YES
 GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES




More information about the commits mailing list