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
added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git]
/
test
/
fixture
/
SConstruct_test_main.py
blob
aa4284d159d33eb637545aef6f6939d40c5ede95
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
DefaultEnvironment
(
tools
=[])
6
env
=
Environment
()
7
env
.
Program
(
'main.exe'
, [
'main.c'
])