summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-15 17:01:47 (GMT)
committerSteven Knight <knight@baldmt.com>2002-01-15 17:01:47 (GMT)
commitb0303dacea7ad8ccd913648302b1c6af2d55404e (patch)
tree3d1cd1d5cf3bd1b43a4b4ed85f3acddf7bf7ae0f /README
parent4f1715fd6ff09cd910099cf250cbb5e23ee5ca85 (diff)
downloadSCons-b0303dacea7ad8ccd913648302b1c6af2d55404e.zip
SCons-b0303dacea7ad8ccd913648302b1c6af2d55404e.tar.gz
SCons-b0303dacea7ad8ccd913648302b1c6af2d55404e.tar.bz2
Start getting ready to eat our own dog food: prototype SConscript files.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 2a04415..d865b7b 100644
--- a/README
+++ b/README
@@ -40,6 +40,11 @@ runtest.py
it with an option that requires that you've done a build
(aeb) before running tests.
+SConstruct
+ The new "Makefile" for the SCons distribution, as soon as we
+ have SCons to the point where it can build itself. THIS IS
+ NOT READY YET.
+
src/
Where the actual source code is kept, of course.