diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-15 17:01:47 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-15 17:01:47 (GMT) |
commit | b0303dacea7ad8ccd913648302b1c6af2d55404e (patch) | |
tree | 3d1cd1d5cf3bd1b43a4b4ed85f3acddf7bf7ae0f /README | |
parent | 4f1715fd6ff09cd910099cf250cbb5e23ee5ca85 (diff) | |
download | SCons-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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |