bernard.xiong c416348020 add hello module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@593 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-07 09:10:24 +00:00

9 lines
72 B
Python

Import('env')
src = ('hello.c')
obj = env.Object(src)
Return('obj')