+2005-05-04 Darin Adler <darin@apple.com>
+
+ Reviewed by Dave Hyatt.
+
+ - fixed layout tests
+
+ * WebKit.pbproj/project.pbxproj: Set deployment target to 10.3 in the build styles.
+ When built without a build style (by Apple B&I) we want to get the target from the
+ environment. But when built with a build style (by Safari engineers and others), we want
+ to use 10.3. Because our deployment target was not set, we ran into this bug:
+
+ <rdar://problem/4108717> CTFontGetGlyphWithName doesn't work with some strings
+
+ * Makefile.am: Took out extra parameters that make command-line building different from
+ Xcode building. Now that this is fixed, you should not get a full rebuild if you switch
+ from command line to Xcode or back.
+
2005-05-04 Chris Blumenberg <cblu@apple.com>
Fixed:
* WebView.subproj/WebUIDelegate.h: Fixed incorrect comment.
+>>>>>>> 1.3131
2005-05-01 Darin Adler <darin@apple.com>
- move to Xcode native targets and stop checking in generated files
all-am:
- xcodebuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
+ xcodebuild -buildstyle $(BUILDSTYLE)
clean-am:
- xcodebuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
- rm -rf $(SYMROOTS)/WebKit.build
- rm -rf $(SYMROOTS)/WebKit.framework
-
+ xcodebuild clean
doc: all
../Tools/Scripts/make-docs $(SYMROOTS)/Documentation/WebKit $(SYMROOTS)/WebKit.framework/Headers
DEBUG_DEFINES = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
};
014CEA450018CDF011CA2923 = {
buildSettings = {
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
F58C8A07025BD3BC018635CA = {
buildSettings = {
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";