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