Revision
333 -
Directory Listing
Modified
Wed Dec 7 08:00:54 2005 UTC
(15 years, 1 month ago)
by
phornby
Getting to build on our altix to see if any of the source files have been broken by the windows changes.
Revision
332 -
Directory Listing
Modified
Wed Dec 7 07:50:18 2005 UTC
(15 years, 1 month ago)
by
phornby
Split the include and lib dirs for python & boost.
Added the altix support to SConstruct & tidied the options handling a bit.
Revision
229 -
Directory Listing
Added
Fri Nov 25 06:17:13 2005 UTC
(15 years, 2 months ago)
by
robwdcock
+ Added Options capability
+ All py files are now compiled and installed into lib directory hierarchy
+ scons now reads custom options from custom.py. Examples are in the scons_custom_templates directory, just copy to top level build dir and rename to custom.py
+ scons_ext.py now has some helper functions for building pyc from python and running unit tests (but only when some dependency changes).