[libdispatch-changes] [29] trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 14 13:53:07 PDT 2009


Revision: 29
          http://trac.macosforge.org/projects/libdispatch/changeset/29
Author:   kvv at apple.com
Date:     2009-09-14 13:53:04 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Added config.h to Xcode project.

Modified Paths:
--------------
    trunk/config/config.h
    trunk/libdispatch.xcodeproj/project.pbxproj

Modified: trunk/config/config.h
===================================================================
--- trunk/config/config.h	2009-09-14 18:50:22 UTC (rev 28)
+++ trunk/config/config.h	2009-09-14 20:53:04 UTC (rev 29)
@@ -116,7 +116,7 @@
 #define STDC_HEADERS 1
 
 /* Define to use Mac OS X crashreporter info */
-/* #undef USE_APPLE_CRASHREPORTER_INFO */
+#define USE_APPLE_CRASHREPORTER_INFO
 
 /* Define to use non-portablesemaphore optimizations for Mac OS X */
 #define USE_APPLE_SEMAPHORE_OPTIMIZATIONS /**/

Modified: trunk/libdispatch.xcodeproj/project.pbxproj
===================================================================
--- trunk/libdispatch.xcodeproj/project.pbxproj	2009-09-14 18:50:22 UTC (rev 28)
+++ trunk/libdispatch.xcodeproj/project.pbxproj	2009-09-14 20:53:04 UTC (rev 29)
@@ -38,6 +38,7 @@
 		FC7BEDA40E8361E600161930 /* protocol.defs in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED950E8361E600161930 /* protocol.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
 		FC7BEDA50E8361E600161930 /* dispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED960E8361E600161930 /* dispatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		FC7BEDA60E8361E600161930 /* shims.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED970E8361E600161930 /* shims.c */; };
+		FC9C70E8105EC9620074F9CA /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9C70E7105EC9620074F9CA /* config.h */; };
 		FCEF04800F5661960067401F /* source_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEF047F0F5661960067401F /* source_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
 /* End PBXBuildFile section */
 
@@ -87,6 +88,7 @@
 		FC7BED950E8361E600161930 /* protocol.defs */ = {isa = PBXFileReference; explicitFileType = sourcecode.mig; fileEncoding = 4; name = protocol.defs; path = src/protocol.defs; sourceTree = "<group>"; };
 		FC7BED960E8361E600161930 /* dispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dispatch.h; path = src/dispatch.h; sourceTree = "<group>"; };
 		FC7BED970E8361E600161930 /* shims.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shims.c; path = src/shims.c; sourceTree = "<group>"; };
+		FC9C70E7105EC9620074F9CA /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = config/config.h; sourceTree = "<group>"; };
 		FCEF047F0F5661960067401F /* source_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = source_private.h; path = src/source_private.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
@@ -190,6 +192,7 @@
 		FC7BEDB60E8363DC00161930 /* Project Headers */ = {
 			isa = PBXGroup;
 			children = (
+				FC9C70E7105EC9620074F9CA /* config.h */,
 				965ECC200F3EAB71004DDD89 /* object_internal.h */,
 				96929D950F3EA2170041FF5D /* queue_internal.h */,
 				5A5D13AB0F6B280500197CC3 /* semaphore_internal.h */,
@@ -230,6 +233,7 @@
 				96032E4D0F5CC8D100241C5F /* time.h in Headers */,
 				5A5D13AC0F6B280500197CC3 /* semaphore_internal.h in Headers */,
 				FC0B34790FA2851C0080FFA0 /* source_internal.h in Headers */,
+				FC9C70E8105EC9620074F9CA /* config.h in Headers */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -416,10 +420,13 @@
 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 				GCC_WARN_SHADOW = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
+				HEADER_SEARCH_PATHS = (
+					"$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
+					"$(PROJECT_DIR)",
+				);
 				LINK_WITH_STANDARD_LIBRARIES = YES;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_CFLAGS = (
-					"-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
 					"-fdiagnostics-show-option",
 					"-fsched-interblock",
 					"-freorder-blocks",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090914/a8852482/attachment.html>


More information about the libdispatch-changes mailing list