mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 18:34:20 +08:00
add module building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@627 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
10
components/SConscript
Normal file
10
components/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
# for module compile
|
||||
Import('env')
|
||||
Import('rtconfig')
|
||||
|
||||
# build each components
|
||||
|
||||
# build each modules
|
||||
SConscript('hello/SConscript')
|
||||
SConscript('thread/SConscript')
|
||||
|
Reference in New Issue
Block a user