fpc/utils
Mattias Gaertner f52ea868dd pas2js: compileserver: fall back mime.types
git-svn-id: trunk@41666 -
2019-03-10 08:11:33 +00:00
..
debugsvr
dxegen
fpcm Disable atari target for fpcm and fpcmkcfg because it depends on unsupported fpmkunit package 2019-01-29 14:17:53 +00:00
fpcmkcfg * Fixed the user-repository path on Windows 2019-02-03 20:08:21 +00:00
fpcres Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
fpcreslipo Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
fpdoc fpdoc: fixed compile 2019-01-27 10:41:12 +00:00
fpgmake
fpmc
fppkg * Fixed version-number without build-number, bug #29055 2019-02-04 21:36:36 +00:00
fprcp Disable some packages for avr-embedded and i8086-embedded targets 2019-01-29 14:32:28 +00:00
h2pas Disable some packages for avr-embedded and i8086-embedded targets 2019-01-29 14:32:28 +00:00
importtl Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
instantfpc Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
javapp/src/fpc/tools/javapp
json2pas Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
mksymbian
pas2fpm Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
pas2jni * pas2jni: Fixed exception handling. 2019-02-20 13:04:49 +00:00
pas2js pas2js: compileserver: fall back mime.types 2019-03-10 08:11:33 +00:00
pas2ut Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
rmwait
sim_pasc
svn2cvs
tply Disable some packages for avr-embedded and i8086-embedded targets 2019-01-29 14:32:28 +00:00
unicode Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp Disable targets that do not support fcl-base for utils packages that need fcl-base 2019-01-25 12:58:21 +00:00
grab_vcsa.pp
Makefile Also use installed ppudump for ppu testing in utils directory 2019-01-26 10:17:58 +00:00
Makefile.fpc Also use installed ppudump for ppu testing in utils directory 2019-01-26 10:17:58 +00:00
Makefile.fpc.fpcmake
mkinsadd.pp
postw32.pp
ppdep.pp
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp
usubst.pp

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.