1. 05 11月, 2012 3 次提交
  2. 04 11月, 2012 3 次提交
  3. 03 11月, 2012 2 次提交
  4. 02 11月, 2012 1 次提交
  5. 01 11月, 2012 2 次提交
  6. 30 10月, 2012 2 次提交
  7. 29 10月, 2012 4 次提交
  8. 28 10月, 2012 3 次提交
  9. 26 10月, 2012 1 次提交
  10. 25 10月, 2012 1 次提交
  11. 24 10月, 2012 1 次提交
  12. 23 10月, 2012 4 次提交
  13. 22 10月, 2012 2 次提交
  14. 21 10月, 2012 7 次提交
  15. 20 10月, 2012 2 次提交
  16. 19 10月, 2012 1 次提交
  17. 15 10月, 2012 1 次提交
    • C
      building.py: add RegisterPreBuildingAction · 66c5a05e
      chaos.proton@gmail.com 提交于
      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
      66c5a05e