[Avida-cvs] [avida3-svn] r39 - trunk/support/utils

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Jan 30 12:11:08 PST 2006


Author: kaben
Date: 2006-01-30 15:11:08 -0500 (Mon, 30 Jan 2006)
New Revision: 39

Modified:
   trunk/support/utils/my_avida_build_options.py
Log:

Bug fix to my_avida_build_options.py : had to add missing quotes.



Modified: trunk/support/utils/my_avida_build_options.py
===================================================================
--- trunk/support/utils/my_avida_build_options.py	2005-10-04 06:34:42 UTC (rev 38)
+++ trunk/support/utils/my_avida_build_options.py	2006-01-30 20:11:08 UTC (rev 39)
@@ -26,10 +26,10 @@
 # Note: this file is also a Python script, so you can do some processing
 # here if you like.
 
-buildType=Release
+buildType = "Release"
 
-enablePyPkg=no
-enableTestCode=no
+enablePyPkg = "no"
+enableTestCode = "no"
 
 boostIncludeDir = None
 boostPythonLibDir = None




More information about the Avida-cvs mailing list