[Avida-cvs] [Avida2-svn] r393 - development/Avida.xcodeproj

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Fri Nov 11 11:47:15 PST 2005


Author: brysonda
Date: 2005-11-11 14:47:15 -0500 (Fri, 11 Nov 2005)
New Revision: 393

Modified:
   development/Avida.xcodeproj/project.pbxproj
Log:
Small additional change to ensure that the RunScript phase gets run.  There will be a one build lag before new revision number gets incorporated if avida.cc is not scheduled to be rebuilt otherwise.  This is due to the fact that dependency scheduling has already been performed by the time the script runs.  This shouldn't affect new checkouts, which should get the correct revision number right away.

Modified: development/Avida.xcodeproj/project.pbxproj
===================================================================
--- development/Avida.xcodeproj/project.pbxproj	2005-11-11 19:40:03 UTC (rev 392)
+++ development/Avida.xcodeproj/project.pbxproj	2005-11-11 19:47:15 UTC (rev 393)
@@ -2041,7 +2041,6 @@
 			inputPaths = (
 			);
 			outputPaths = (
-				"$(DERIVED_FILE_DIR)/revision.h",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/bash;
@@ -2055,7 +2054,6 @@
 			inputPaths = (
 			);
 			outputPaths = (
-				"$(DERIVED_FILE_DIR)/revision.h",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/bash;




More information about the Avida-cvs mailing list