rt-thread 私人库
Go to file
chaos.proton@gmail.com 66c5a05e62 building.py: add RegisterPreBuildingAction
One could register a callable object(normally a function) via RegisterPreBuildingAction in SConscript. It will be called when PreBuilding get invoked. PreBuilding should be called before the building procedure. It is currently used by RTGUI to generate the minimal perfect hash code when all the source files are scanned(i.e. just before building).

Maybe we should invoke PreBuilding in DoBuilding.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2353 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-10-15 13:16:35 +00:00
bsp delete the unnecessary empty lines 2012-10-15 01:49:03 +00:00
components Fixed compiling warning. 2012-10-14 13:41:04 +00:00
documentation change the version from 1.0.0 to 1.1.0 in the doxygen 2012-10-09 05:50:12 +00:00
examples fixed bug: close sock when connect fail. 2012-09-10 14:01:30 +00:00
include add __RT_SERVICE_H__ definition 2012-10-13 03:26:25 +00:00
libcpu Add taihu bsp (PPC405) 2012-10-14 23:28:37 +00:00
src Fixed timer control issue. 2012-10-08 06:07:52 +00:00
tools building.py: add RegisterPreBuildingAction 2012-10-15 13:16:35 +00:00
AUTHORS prepare for 0.3.0 final release. 2010-03-29 16:27:49 +00:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00