[Avida-cvs] [avida-svn] r951 - in development: . Avida.xcodeproj

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Sep 13 17:32:38 PDT 2006


Author: brysonda
Date: 2006-09-13 20:32:37 -0400 (Wed, 13 Sep 2006)
New Revision: 951

Modified:
   development/Avida.xcodeproj/project.pbxproj
   development/README
   development/build_avida
Log:
Change default directory used by 'build_avida' so that it does not clash with the default Xcode build directory (as requested by Jeff).

Modified: development/Avida.xcodeproj/project.pbxproj
===================================================================
--- development/Avida.xcodeproj/project.pbxproj	2006-09-13 18:03:24 UTC (rev 950)
+++ development/Avida.xcodeproj/project.pbxproj	2006-09-14 00:32:37 UTC (rev 951)
@@ -374,23 +374,6 @@
 		};
 /* End PBXBuildRule section */
 
-/* Begin PBXBuildStyle section */
-		B7D2AFCA0AB5146C002F9D48 /* Development */ = {
-			isa = PBXBuildStyle;
-			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-			};
-			name = Development;
-		};
-		B7D2AFCB0AB5146C002F9D48 /* Deployment */ = {
-			isa = PBXBuildStyle;
-			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-			};
-			name = Deployment;
-		};
-/* End PBXBuildStyle section */
-
 /* Begin PBXContainerItemProxy section */
 		70DCF67509D4E10500924128 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
@@ -1819,12 +1802,6 @@
 		DCC30C4D0762532C008F7A48 /* Project object */ = {
 			isa = PBXProject;
 			buildConfigurationList = 702442D70859E0B00059BD9B /* Build configuration list for PBXProject "Avida" */;
-			buildSettings = {
-			};
-			buildStyles = (
-				B7D2AFCA0AB5146C002F9D48 /* Development */,
-				B7D2AFCB0AB5146C002F9D48 /* Deployment */,
-			);
 			hasScannedForEncodings = 0;
 			mainGroup = DCC30C490762532C008F7A48;
 			productRefGroup = DCC3164E07626CF3008F7A48 /* Products */;

Modified: development/README
===================================================================
--- development/README	2006-09-13 18:03:24 UTC (rev 950)
+++ development/README	2006-09-14 00:32:37 UTC (rev 951)
@@ -26,7 +26,7 @@
 
 By default, you will get an optimized version of the code, as well as
 the NCurses viewer. The installation goes into a directory called
-'work' that is created in a subdirectory named 'build' directory.
+'work' that is created in a subdirectory named 'cbuild' directory.
 See below how to change that.
 
 OR 

Modified: development/build_avida
===================================================================
--- development/build_avida	2006-09-13 18:03:24 UTC (rev 950)
+++ development/build_avida	2006-09-14 00:32:37 UTC (rev 951)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-mkdir -p build
-cd build
+mkdir -p cbuild
+cd cbuild
 cmake "$@" ../
 make
 make install




More information about the Avida-cvs mailing list