README 635 B

123456789101112131415161718192021
  1. This directory contains fake versions which can be used for IDE development
  2. to leave out some parts of the IDE by replacing them with dummy functions.
  3. compiler/ contains a fake compiler
  4. gdb/ contains a fake gdb interface
  5. Fake compiler
  6. -------------
  7. The only thing it does is when you compile it writes some info lines to the
  8. do_comment() function, which is normally called by the compiler.
  9. Currently it gives an info line that it is a fake compiler and on the second
  10. line the specified commandline
  11. Fake gdb
  12. --------
  13. This contains only the unit gdbcon. Normally the gdbint unit won't be used
  14. directly by your program.