зеркало из https://github.com/mozilla/moz-skia.git
change projects to just run with curren-os sdk, in prep for snow-lepard
fix fprintf warning git-svn-id: http://skia.googlecode.com/svn/trunk@385 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
800046eba4
Коммит
471403d19b
|
@ -28,6 +28,6 @@ void SkDebugf(const char format[], ...) {
|
|||
va_start(args, format);
|
||||
vsnprintf(buffer, kBufferSize, format, args);
|
||||
va_end(args);
|
||||
fprintf(stderr, buffer);
|
||||
fprintf(stderr, "%s", buffer);
|
||||
}
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@
|
|||
GCC_WARN_UNUSED_VALUE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT = "";
|
||||
USER_HEADER_SEARCH_PATHS = "../../include/**";
|
||||
WARNING_CFLAGS = "";
|
||||
};
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT = "";
|
||||
USER_HEADER_SEARCH_PATHS = "../../include//**";
|
||||
};
|
||||
name = Debug;
|
||||
|
|
|
@ -116,14 +116,14 @@
|
|||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 00281C691083CF6600BCCB06 /* Animator.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = D2AAC046055464E500DB518D /* libAnimator.a */;
|
||||
remoteGlobalIDString = D2AAC046055464E500DB518D;
|
||||
remoteInfo = Animator;
|
||||
};
|
||||
00281C731083CF7900BCCB06 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 00281C691083CF6600BCCB06 /* Animator.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = D2AAC045055464E500DB518D /* Animator */;
|
||||
remoteGlobalIDString = D2AAC045055464E500DB518D;
|
||||
remoteInfo = Animator;
|
||||
};
|
||||
002884500EFAA35C0083E387 /* PBXContainerItemProxy */ = {
|
||||
|
@ -797,7 +797,7 @@
|
|||
/opt/local/lib,
|
||||
);
|
||||
OTHER_LDFLAGS = "-lexpat";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT = "";
|
||||
USER_HEADER_SEARCH_PATHS = "../../include/** ../../gm";
|
||||
};
|
||||
name = Debug;
|
||||
|
|
Загрузка…
Ссылка в новой задаче