Package SCons.Script
SCons.Script
This file implements the main() function used by the scons script.
Architecturally, this *is* the scons script, and will likely only be
called from the external "scons" wrapper. Consequently, anything here
should not be, or be considered, part of the build engine. If it's
something that we expect other software to want to use, it should go in
some other module. If it's specific to the "scons" script invocation,
it goes here.
| Submodules |
-
Main: SCons.Script
This file implements the main() function used by the scons script.
-
SConscript: SCons.Script.SConscript
This module defines the Python API provided to SConscript and SConstruct
files.
|
| Function Summary |
| |
HelpFunction(text)
|
| |
Options(files,
args)
|
| |
_Add_Arguments(alist)
|
| |
_Add_Targets(tlist)
|
| |
_Get_Default_Targets(d,
fs)
|
| |
_Set_Default_Targets(env,
tlist)
|
| |
_Set_Default_Targets_Has_Been_Called(d,
fs)
|
| |
_Set_Default_Targets_Has_Not_Been_Called(d,
fs)
|