update on scons script

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@118 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2009-10-21 23:50:25 +00:00
parent a7c1e7c3a4
commit 9ba0621463
4 changed files with 9 additions and 13 deletions
+3
View File
@@ -1,7 +1,10 @@
Import('env')
Import('RTT_ROOT')
# The set of source files associated with this SConscript file.
src_local = Glob('*.c')
env.Append(CPPPATH = [RTT_ROOT + '/include'])
obj = env.Object(src_local)
Return('obj')