From: Apple Date: Sat, 15 Aug 2009 00:34:05 +0000 (+0000) Subject: CoreOSMakefiles-63.tar.gz X-Git-Tag: developer-tools-325^0 X-Git-Url: https://git.saurik.com/apple/coreosmakefiles.git/commitdiff_plain/94e0d9ed9e73d723a5bd37ef5460d766709bf7a4 CoreOSMakefiles-63.tar.gz --- diff --git a/ReleaseControl/BSDCommon.make b/ReleaseControl/BSDCommon.make index 6c546d1..03c21ff 100644 --- a/ReleaseControl/BSDCommon.make +++ b/ReleaseControl/BSDCommon.make @@ -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 index 0000000..cffdd8b --- /dev/null +++ b/Xcode/BSD.xcconfig @@ -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; +