fpc/utils
2002-03-19 19:36:55 +00:00
..
dxegen * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
fpcm * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
fprcp * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
h2pas * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
simulator * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
tply * fix source location in zips for packages and demos 2002-03-19 19:36:55 +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 + Initial import 2000-07-13 10:16:21 +00:00
creumap.pp + initial revision 2000-08-17 07:29:39 +00:00
data2inc.exm * initial version 1999-11-09 14:40:50 +00:00
data2inc.pp + Initial import 2000-07-13 10:16:21 +00:00
delp.pp * small bugfix, was never prepending path to files, so they were never actually deleted! 2002-03-02 23:21:32 +00:00
Makefile * fix source location in zips for packages and demos 2002-03-19 19:36:55 +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 * ifdef linux -> ifdef unix 2002-02-27 16:32:50 +00:00
ptop.pp + fix for BP 2002-02-27 17:20:44 +00:00
ptopu.pp * bugfix of stream errors - would always give error! 2002-02-27 16:35:31 +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.