diff options
author | Steven Knight <knight@baldmt.com> | 2003-07-22 11:38:20 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-07-22 11:38:20 (GMT) |
commit | 17f8210401fbaf283fba34e5d87700e4e7431470 (patch) | |
tree | 85869e6a0a2ff03ee52b9d34052225d9cc580106 /doc | |
parent | 1737bf0b826d00d06a62f623e61404795cc65b49 (diff) | |
download | SCons-17f8210401fbaf283fba34e5d87700e4e7431470.zip SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.gz SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.bz2 |
Only create a default Environment when asked to. (Chad Austin)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index b39db93..49fe6fd 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -4076,6 +4076,13 @@ will add to the (now empty) default-target list like normal. .TP +.RI DefaultEnvironment() +Creates and returns a default construction environment object. +This construction environment is used internally by SCons +in order to fetch source files transparently +from source code management systems. + +.TP .RI Dir( name ", [" directory ]) This returns an object that represents a given directory .IR name . |