- fixed build rules to match other projects
* JavaScriptCore.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.
* 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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9107
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-05-04 Darin Adler <darin@apple.com>
+
+ Reviewed by Dave Hyatt.
+
+ - fixed build rules to match other projects
+
+ * JavaScriptCore.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.
+
+ * 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 Maciej Stachowiak <mjs@apple.com>
- revert presumably accidental change to mozilla JS test expected results, this
2005-05-04 Maciej Stachowiak <mjs@apple.com>
- revert presumably accidental change to mozilla JS test expected results, this
DEBUG_DEFINES = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
DEBUG_DEFINES = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
};
014CEA450018CDF011CA2923 = {
buildSettings = {
};
014CEA450018CDF011CA2923 = {
buildSettings = {
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
F58C8A1D025BD408018635CA = {
buildSettings = {
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
F58C8A1D025BD408018635CA = {
buildSettings = {
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.3;
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
PREBINDING = NO;
SECTORDER_FLAGS = "";
STYLE_LDFLAGS = "";
- xcodebuild -target All -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
+ xcodebuild -target All -buildstyle $(BUILDSTYLE)
- xcodebuild -target All clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
- rm -rf $(SYMROOTS)/JavaScriptCore.build
- rm -rf $(SYMROOTS)/JavaScriptCore.framework
+ xcodebuild -target All clean