fpc/compiler/utils
1999-05-17 15:13:43 +00:00
..
makecfg * removed -Fg and -Up 1999-05-16 02:28:51 +00:00
msg2inc.pp
msgdif.pp + Fixed a bug that caused messages inserted at root not to appear... 1999-05-17 15:13:43 +00:00
nasmconv.pp * init 1999-05-12 16:17:09 +00:00
README

This dirctory contains some utilities that are used during the
development of the Free Pascal Compiler.

msg2inc  : Convert a compiler message file (errorX.msg) to .inc files to
           include it as the default language in the compiler. It can
	   also convert the .msg to .tex for inclusion the documentation
	  
nasmconv : Convert a Nasm insns.dat to i386tab.inc so it can be used with
           the compiler

makecfg  : This script will make the samplecfg for linux installations