rt-thread/tools
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
..
buildbot.py add buildbot script. 2012-01-08 03:14:19 +00:00
building.py building.py: add RegisterPreBuildingAction 2012-10-15 13:16:35 +00: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
utils.py cleanup the building script in tools. 2012-02-19 09:11:35 +00:00
wizard.py Add GlobSubDir() function in building.py; Fix the import issue in wizard.py. 2012-10-06 00:12:38 +00:00