fpc/utils
2002-06-02 17:10:35 +00:00
..
dxegen * Renamefest 2002-06-01 18:39:14 +00:00
fpcm * Renamefest 2002-06-02 17:10:35 +00:00
fprcp * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
h2pas * Renamefest 2002-06-02 17:10:35 +00:00
simulator * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
tply * renamefest 2002-06-01 18:19:37 +00:00
bin2obj.pp - don't see the point of not calling dos.exec here.... so remove unix defines 2001-09-29 16:02:15 +00:00
checkcvs.pp * Renamefest 2002-06-02 17:10:35 +00:00
creumap.pp + initial revision 2000-08-17 07:29:39 +00:00
data2inc.exm
data2inc.pp + Initial import 2000-07-13 10:16:21 +00:00
delp.pp * Renamefest 2002-06-01 18:39:14 +00:00
Makefile + Qnx target updates in makefiles 2002-05-01 16:47:49 +00:00
Makefile.fpc * regenated 2002-02-28 21:30:32 +00:00
postw32.pp + Initial import 2000-07-13 10:16:21 +00:00
ppdep.pp * Renamefest 2002-06-01 18:39:14 +00:00
ptop.pp + fix for BP 2002-02-27 17:20:44 +00:00
ptopu.pp * Renamefest 2002-06-01 18:39:14 +00:00
README + updated 2002-03-09 22:20:37 +00:00
rmcvsdir.pp * first version 2000-12-19 21:48:01 +00:00
rstconv.pp * Made some fixes so that rstconv now works with range checks enabled 2000-10-03 20:58:50 +00:00

This dirctory contains some utilities that come with the Free Pascal
Compiler. They can be compiled by typing 'make all' in this directory.

Currently, the following things are provided:

ppdep   : Creates a makefile which includes all interdependant units.

ptop    : Pascal source beautifier

delp    : Deletes all files generated by Free Pascal, as well 
          temporary files.

h2pas/  : Contains the h2pas program, which converts C header files to pascal
          unit files.
tply/   : Pascal Lex and Yacc
fpcm/   : fpcmake - utility to generate makefiles to regenerate compiler

Typing a 'make install' will put everything into place.

Happy Coding !
The Free Pascal Development Team.