[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:02:24 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 847c46d08c084b3da9a66984d31cc535690a22ca
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 4 16:09:47 2002 +0000

    	* configure.in: Replace the --disable/enable-debug with the new
    	--with-build-style option that Maciej added.
    
    	Use --with-build-style=Development for development. You can also
    	use --with-build-style=Deployment for timings and official builds
    	and --with-build-style=Unoptimized for debugging.
    
    Main Project Builder projects:
    
    	Add an Unoptimized build style: exactly like Development except without the -O.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@962 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 09ab7dc..10589a0 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-04  Darin Adler  <darin at apple.com>
+
+	* JavaScriptCore.pbproj/project.pbxproj: Add an Unoptimized build
+	style: exactly like Development except without the -O.
+
 2002-04-03  Darin Adler  <darin at apple.com>
 
 	* kjs/Makefile.am: Gratuitous cleanup.
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 09ab7dc..10589a0 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-04-04  Darin Adler  <darin at apple.com>
+
+	* JavaScriptCore.pbproj/project.pbxproj: Add an Unoptimized build
+	style: exactly like Development except without the -O.
+
 2002-04-03  Darin Adler  <darin at apple.com>
 
 	* kjs/Makefile.am: Gratuitous cleanup.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 09ab7dc..10589a0 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-04-04  Darin Adler  <darin at apple.com>
+
+	* JavaScriptCore.pbproj/project.pbxproj: Add an Unoptimized build
+	style: exactly like Development except without the -O.
+
 2002-04-03  Darin Adler  <darin at apple.com>
 
 	* kjs/Makefile.am: Gratuitous cleanup.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 8f0faac..1cf6396 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -66,6 +66,7 @@
 			buildStyles = (
 				014CEA440018CDF011CA2923,
 				014CEA450018CDF011CA2923,
+				F58C8A1D025BD408018635CA,
 			);
 			isa = PBXProject;
 			mainGroup = 0867D691FE84028FC02AAC07;
@@ -412,6 +413,30 @@
 //102
 //103
 //104
+//F50
+//F51
+//F52
+//F53
+//F54
+		F58C8A1D025BD408018635CA = {
+			buildRules = (
+			);
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				DEBUGGING_SYMBOLS = YES;
+				DEBUG_CFLAGS = "";
+				INSTALL_PATH = "@executable_path/../Frameworks";
+				OPTIMIZATION_CFLAGS = "";
+				SKIP_INSTALL = YES;
+			};
+			isa = PBXBuildStyle;
+			name = Unoptimized;
+		};
+//F50
+//F51
+//F52
+//F53
+//F54
 //F60
 //F61
 //F62
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 879251f..c753fe8 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-04  Darin Adler  <darin at apple.com>
+
+	* WebKit.pbproj/project.pbxproj: Add an Unoptimized build
+	style: exactly like Development except without the -O.
+
 2002-04-03  Richard Williamson  <rjw at apple.com>
 
         Changed name of finalURL to redirectedURL.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 879251f..c753fe8 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-04-04  Darin Adler  <darin at apple.com>
+
+	* WebKit.pbproj/project.pbxproj: Add an Unoptimized build
+	style: exactly like Development except without the -O.
+
 2002-04-03  Richard Williamson  <rjw at apple.com>
 
         Changed name of finalURL to redirectedURL.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 49d3a54..7c1f6b9 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 36;
+	objectVersion = 38;
 	objects = {
 		014CEA440018CDF011CA2923 = {
 			buildRules = (
@@ -68,6 +68,7 @@
 			buildStyles = (
 				014CEA440018CDF011CA2923,
 				014CEA450018CDF011CA2923,
+				F58C8A07025BD3BC018635CA,
 			);
 			isa = PBXProject;
 			knownRegions = (
@@ -1126,6 +1127,21 @@
 				);
 			};
 		};
+		F58C8A07025BD3BC018635CA = {
+			buildRules = (
+			);
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				DEBUGGING_SYMBOLS = YES;
+				DEBUG_CFLAGS = "";
+				FRAMEWORK_SEARCH_PATHS = "@executable_path/../Frameworks";
+				INSTALL_PATH = "@executable_path/../Frameworks";
+				OPTIMIZATION_CFLAGS = "";
+				SKIP_INSTALL = YES;
+			};
+			isa = PBXBuildStyle;
+			name = Unoptimized;
+		};
 		F59EAE3E0253C7EE018635CA = {
 			isa = PBXFileReference;
 			name = IFCache.h;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list