]> git.saurik.com Git - apple/coreosmakefiles.git/commitdiff
CoreOSMakefiles-63.tar.gz developer-tools-325 developer-tools-326 developer-tools-40 mac-os-x-1063 mac-os-x-1064 mac-os-x-1065 mac-os-x-1066 mac-os-x-1067 mac-os-x-1068 v63
authorApple <opensource@apple.com>
Sat, 15 Aug 2009 00:34:05 +0000 (00:34 +0000)
committerApple <opensource@apple.com>
Sat, 15 Aug 2009 00:34:05 +0000 (00:34 +0000)
ReleaseControl/BSDCommon.make
Xcode/BSD.xcconfig [new file with mode: 0644]

index 6c546d1eeb97e8173416c63694c6c82305001c30..03c21ffda1178da6bf729a5ccb5c371a16805f61 100644 (file)
@@ -80,7 +80,7 @@ ALL_SRCFILES = $(CFILES) $(MFILES) $(CXXFILES)
 
 ## MIG ##
 
-MIGFLAGS=$(Extra_MIG_Flags)
+MIGFLAGS=$(CFLAGS) $(Extra_MIG_Flags)
 ifneq ($(USERDEFS),)
 CFILES += $(foreach FILE, $(USERDEFS:.defs=_user.c), $(OBJROOT)/$(Project)/$(notdir $(FILE)))
 endif
diff --git a/Xcode/BSD.xcconfig b/Xcode/BSD.xcconfig
new file mode 100644 (file)
index 0000000..cffdd8b
--- /dev/null
@@ -0,0 +1,12 @@
+ARCHS = $(ARCHS_STANDARD_32_64_BIT);
+CODE_SIGN_IDENTITY = -;
+CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion);
+DEAD_CODE_STRIPPING = YES;
+DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
+PREBINDING = NO;
+// Current Mac OS
+SDKROOT = ;
+//USE_HEADERMAP = NO;
+VERSION_INFO_PREFIX = __;
+VERSIONING_SYSTEM = apple-generic;
+