README.txt 1.0 KB

1234567891011121314151617181920212223
  1. This directory contains some utilities that are used during the
  2. development of the Free Pascal Compiler.
  3. msg2inc : Convert a compiler message file (errorX.msg) to .inc files to
  4. include it as the default language in the compiler. It can
  5. also convert the .msg to .tex for inclusion the documentation
  6. nasmconv : Convert a Nasm insns.dat to i386tab.inc so it can be used with
  7. the compiler
  8. makecfg : This script will make the samplecfg for linux installations
  9. msgdif : analyzes the differences between two msg files
  10. msgdif errore.msg errord.msg
  11. will print out new error msg, removed old ones
  12. and will create a new file new.msg that will
  13. contain the new error messages (supposing TeX comment is after
  14. the message line itself)
  15. removed messages are prepended by "%%% "
  16. (they can be useful in case on error enum renaming !)
  17. ppuutils : read and dump *.ppu files generated by the compiler (directory,
  18. utility is called ppudump)