add STM32 gcc version. apply scons build system.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@98 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2009-10-14 09:47:48 +00:00
parent 4e399f6e90
commit 3c246ff153
14 changed files with 335 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
Import('env')
# The set of source files associated with this SConscript file.
src_local = Glob('*.c')
obj = env.Object(src_local)
Return('obj')