[Avida-SVN] r1352 - development

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Feb 20 11:27:31 PST 2007


Author: kaben
Date: 2007-02-20 14:27:31 -0500 (Tue, 20 Feb 2007)
New Revision: 1352

Removed:
   development/my_avida_build_options.py
Modified:
   development/
Log:
 r1450 at stochastic:  kaben | 2007-02-13 12:09:56 -0500
 Removed file that shouldn't be there.



Property changes on: development
___________________________________________________________________
Name: svk:merge
   - 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/development:1390
   + 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/development:1450

Deleted: development/my_avida_build_options.py
===================================================================
--- development/my_avida_build_options.py	2007-02-20 18:52:08 UTC (rev 1351)
+++ development/my_avida_build_options.py	2007-02-20 19:27:31 UTC (rev 1352)
@@ -1,45 +0,0 @@
-##############################################################################
-## Copyright (C) 1999-2005 Michigan State University                        ##
-## Based on work Copyright (C) 1993-2003 California Institute of Technology ##
-##                                                                          ##
-## Read the COPYING and README files, or contact 'avida at alife.org',         ##
-## before continuing.  SOME RESTRICTIONS MAY APPLY TO USE OF THIS FILE.     ##
-##############################################################################
-
-# For convenience you can use this file to specify build options to the
-# Avida build system.  This file must be in the top level Avida source
-# code directory for the build system to find it. Add options one per
-# line in the form
-#
-#   Foo = 'foo'
-#   Bar = 'bar'
-#
-# Build options specified at the command line override the options in
-# this file.
-#
-# For more information about build options, type
-#
-#   ./build_avida -h
-#
-# In the top level Avida source code directory.
-#
-# Note: this file is also a Python script, so you can do some processing
-# here if you like.
-
-extrasDir = '../avida-extras'
-execPrefix = "#/work"
-
-#buildType = "Release"
-buildType = "Debug"
-
-enablePyPkg = "no"
-enableMemTracking = "yes"
-enableGuiNcurses = "yes"
-
-boostIncludeDir = None
-boostPythonLibDir = None
-boostPythonLib = None
-GccXmlCommand = None
-
-# Vim modeline to tell Vim that this is a Python script.
-# vim: set ft=python:




More information about the Avida-cvs mailing list