rt-thread/tools
Grissiom c24c4f8e16 building.py: append messed up objs list, use extend to avoid that
The return type of SConscript is a subclass of UserList. We should use
extend to keep the depth of the list is always 1 when concatenate
SConscript return values. Thanks prife for making me realize that this
is really a problem.

Reported-and-Tested-by: prife
2013-02-24 23:29:27 +08:00
..
auto-ci.py Add detail build result 2013-02-02 17:36:34 +08:00
buildbot.py add buildbot script. 2012-01-08 03:14:19 +00:00
building.py building.py: append messed up objs list, use extend to avoid that 2013-02-24 23:29:27 +08:00
codeblocks.py update scons: support C::B 2013-02-21 17:37:30 +08:00
iar.py add the search path to right place for IAR(M16C) 2012-06-26 06:50:23 +00:00
keil.py fix a warning in keil.py 2012-07-22 10:49:52 +00:00
sconsui.py convert end of line 2013-01-08 05:05:02 -08:00
utils.py cleanup the building script in tools. 2012-02-19 09:11:35 +00:00
vs.py support header files addition for vs script 2012-12-01 07:01:55 +00:00
win32spawn.py convert end of line 2013-01-08 05:05:02 -08:00
wizard.py convert end of line 2013-01-08 05:05:02 -08:00