| SCons User Guide 0.92 | ||
|---|---|---|
| <<< Previous | Fetching Files From Source Code Management Systems | Next >>> |
X
env = Environment()
env.SourceCode('.', env.SCCS())
env.Program('hello.c')
|
% scons
XXX
| <<< Previous | Home | Next >>> |
| Fetching Source Code From RCS | Up | Fetching Source Code From Subversion |