repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4657 from mwichmann/feature/vars-defaulted
[scons.git]
/
test
/
Removed
/
BuildDir
/
SConstruct.method
blob
ddf2324e348ba528c61ce5d003f7a4f7d5ed4d4c
1
DefaultEnvironment(tools=[])
2
env = Environment(BUILD='build', SRC='src', tools=[])
3
env.BuildDir('build', 'src')