adium 3613:3a34f6708fd2: Move the prefix header definition from ...

commits at adium.im commits at adium.im
Tue Dec 28 23:45:06 UTC 2010


details:	http://hg.adium.im/adium/rev/3a34f6708fd2
revision:	3613:3a34f6708fd2
author:		Peter Hosey <hg at boredzo.org>
date:		Tue Dec 28 15:44:55 2010 -0800

Move the prefix header definition from the Xcode project to the xcconfig file, which is a far better place for it.

diffs (43 lines):

diff -r d2700ef7cc59 -r 3a34f6708fd2 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Tue Dec 28 14:12:26 2010 -0800
+++ b/Adium.xcodeproj/project.pbxproj	Tue Dec 28 15:44:55 2010 -0800
@@ -12740,8 +12740,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
 			buildSettings = {
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
 			};
 			name = Debug;
 		};
@@ -12749,8 +12747,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
 			buildSettings = {
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
 			};
 			name = Release;
 		};
@@ -12758,8 +12754,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
 			buildSettings = {
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
 			};
 			name = "Release-Debug";
 		};
diff -r d2700ef7cc59 -r 3a34f6708fd2 xcconfigs/Spotlight Importer.xcconfig
--- a/xcconfigs/Spotlight Importer.xcconfig	Tue Dec 28 14:12:26 2010 -0800
+++ b/xcconfigs/Spotlight Importer.xcconfig	Tue Dec 28 15:44:55 2010 -0800
@@ -1,7 +1,7 @@
-GCC_PREFIX_HEADER = 
 INFOPLIST_FILE = Other/Adium Spotlight Importer/Info.plist
 PRODUCT_NAME = AdiumSpotlightImporter
-GCC_PRECOMPILE_PREFIX_HEADER = NO
+GCC_PRECOMPILE_PREFIX_HEADER = YES
+GCC_PREFIX_HEADER = $(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch
 WRAPPER_EXTENSION = mdimporter
 GCC_GENERATE_DEBUGGING_SYMBOLS = NO
 INSTALL_PATH = /Library/Spotlight




More information about the commits mailing list