11 lines
176 B
Python
11 lines
176 B
Python
|
# for module compile
|
||
|
Import('env')
|
||
|
Import('rtconfig')
|
||
|
|
||
|
# build each components
|
||
|
|
||
|
# build each modules
|
||
|
SConscript('hello/SConscript')
|
||
|
SConscript('thread/SConscript')
|
||
|
|