README.txt 771 B

123456789101112131415161718192021
  1. Note from the author: using signatures is of course much better
  2. this example is for research purposes only
  3. In this example, no configuration will be written or read,
  4. and the build will only use timestamps (no cache files
  5. and no signatures). There is no build directory either.
  6. To build, use "./ebd"
  7. Although the wscript file only declares a build function,
  8. the system performs a configuration internally to check for
  9. a C compiler. The configuration and build context classes are
  10. overridden to hide output messages and to avoid creating cache
  11. files.
  12. The task class is monkey-patched so that all existing build tasks
  13. will execute without using signatures (only file timestamps are considered).
  14. Implicit dependencies such as headers are still computed automatically.