fpc/utils
2019-05-06 14:02:58 +00:00
..
debugsvr * Regenerated makefiles. 2018-12-13 18:18:24 +00:00
dxegen * Regenerated makefiles. 2018-12-13 18:18:24 +00:00
fpcm # revisions: 41693 2019-05-04 21:40:21 +00:00
fpcmkcfg # revisions: 40515,40687,40689,40690,40705,40711,40748,41197,41220,41226,41418,41742,41771,41848,41860,41946 2019-05-05 16:05:49 +00:00
fpcres Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
fpcreslipo Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
fpdoc # revisions: 40925 2019-05-05 15:36:41 +00:00
fpgmake
fpmc * Regenerated makefiles. 2018-12-13 18:18:24 +00:00
fppkg # revisions: 40515,40687,40689,40690,40705,40711,40748,41197,41220,41226,41418,41742,41771,41848,41860,41946 2019-05-05 16:05:49 +00:00
fprcp Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
h2pas Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
importtl Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
instantfpc Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
javapp/src/fpc/tools/javapp
json2pas Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
mksymbian * Regenerated makefiles. 2018-12-13 18:18:24 +00:00
pas2fpm Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
pas2jni Merged revision(s) 41314, 41320, 41323, 41371, 41374, 41391, 41396 from trunk: 2019-03-06 07:53:18 +00:00
pas2js Add missing change from commit 41150 to fix jvm-android compilation 2019-05-06 14:02:58 +00:00
pas2ut Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
rmwait * Regenerated makefiles. 2018-12-13 18:18:24 +00:00
sim_pasc
svn2cvs
tply Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
unicode Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
bin2obj.pp --- Merging r39866 into '.': 2018-12-11 21:19:56 +00:00
creumap.pp * when creating the reverse endian .bcm file, zero fill all the records, before 2017-06-06 14:57:22 +00:00
data2inc.exm
data2inc.pp
delp.lpi
delp.pp * Also remove .fpm 2018-03-23 21:34:07 +00:00
fpcsubst.pp
fpmake_add.inc * Add Pas2js 2018-08-10 07:12:49 +00:00
fpmake_proc.inc * Add Pas2js 2018-08-10 07:12:49 +00:00
fpmake.pp Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
grab_vcsa.pp
Makefile Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
Makefile.fpc Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
Makefile.fpc.fpcmake * version to 3.2.0-beta 2018-08-18 15:25:41 +00:00
mkinsadd.pp * correct typo in comments 2017-09-16 12:29:10 +00:00
postw32.pp
ppdep.pp
ptop.pp * Fix warnings, read <keyword> for gobble keywords 2018-04-30 07:14:04 +00:00
ptopu.pp --- Merging r40529 into '.': 2019-04-22 11:51:36 +00:00
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.