Set SDKROOT

This commit is contained in:
Steve Checkoway
2005-11-29 08:07:33 +00:00
parent 22f1387385
commit 34d979d364
@@ -477,14 +477,14 @@
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = AAA3730D090994F500141131 /* mad */; remoteGlobalIDString = AAA3730D090994F500141131;
remoteInfo = mad; remoteInfo = mad;
}; };
AAA373B10909996E00141131 /* PBXContainerItemProxy */ = { AAA373B10909996E00141131 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = AAA37353090998C400141131 /* resample */; remoteGlobalIDString = AAA37353090998C400141131;
remoteInfo = resample; remoteInfo = resample;
}; };
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
@@ -2403,7 +2403,7 @@
GCC_USE_GCC3_PFE_SUPPORT = YES; GCC_USE_GCC3_PFE_SUPPORT = YES;
INFOPLIST_FILE = "mad-Info.plist"; INFOPLIST_FILE = "mad-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks"; INSTALL_PATH = "@executable_path/../Frameworks";
OPTIMIZATION_CFLAGS = ""; OPTIMIZATION_CFLAGS = "-O0";
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-seg1addr", "-seg1addr",
@@ -2438,7 +2438,7 @@
"$(SRCROOT)/libresample/xboxresample/Debug", "$(SRCROOT)/libresample/xboxresample/Debug",
"$(SRCROOT)/libresample/xboxresample/Release", "$(SRCROOT)/libresample/xboxresample/Release",
); );
OPTIMIZATION_CFLAGS = ""; OPTIMIZATION_CFLAGS = "-O0";
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-seg1addr", "-seg1addr",
@@ -2602,6 +2602,8 @@
buildSettings = { buildSettings = {
INSTALL_PATH = "@executable_path/../Frameworks"; INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_STYLE = DYNAMIC; LIBRARY_STYLE = DYNAMIC;
MACOSX_DEPLOYMENT_TARGET = 10.2;
SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
}; };
name = .; name = .;
}; };