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:
bernard.xiong
2010-04-16 06:19:59 +00:00
parent d7caff4d06
commit 04fa66ca3d
5 changed files with 25 additions and 9 deletions

10
components/SConscript Normal file
View File

@@ -0,0 +1,10 @@
# for module compile
Import('env')
Import('rtconfig')
# build each components
# build each modules
SConscript('hello/SConscript')
SConscript('thread/SConscript')