[Avida-SVN] r1323 - in development: . support

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Feb 13 06:08:21 PST 2007


Author: kaben
Date: 2007-02-13 09:08:21 -0500 (Tue, 13 Feb 2007)
New Revision: 1323

Added:
   development/support/vs2k3_slave_build_options.py
Modified:
   development/
Log:
 r1390 at stochastic:  kaben | 2007-02-12 23:29:43 -0500
 Added build-configuration file for Windows Visual Studio 2003 build
 slave.



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

Added: development/support/vs2k3_slave_build_options.py
===================================================================
--- development/support/vs2k3_slave_build_options.py	2007-02-13 14:08:19 UTC (rev 1322)
+++ development/support/vs2k3_slave_build_options.py	2007-02-13 14:08:21 UTC (rev 1323)
@@ -0,0 +1,47 @@
+##############################################################################
+## 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 = "no"
+enableTCMalloc = "no"
+enableSerialization = "no"
+
+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