fpc/utils
marco 663e13d20e # revisions: 45398
git-svn-id: branches/fixes_3_2@45399 -
2020-05-17 12:04:20 +00:00
..
debugsvr Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
dxegen Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fpcm Merge of commit 44311 and 44314 from trunk branch 2020-03-20 08:48:50 +00:00
fpcmkcfg --- Merging r41184 into '.': 2020-02-18 22:27:08 +00:00
fpcres Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fpcreslipo Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fpdoc # revisions: 45398 2020-05-17 12:04:20 +00:00
fpgmake
fpmc Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fppkg --- Merging r44193 into '.': 2020-02-18 22:30:10 +00:00
fprcp Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
h2pas Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
importtl Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
instantfpc --- Merging r43026 into '.': 2019-10-12 15:24:05 +00:00
javapp/src/fpc/tools/javapp
json2pas Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
mksymbian Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
pas2fpm Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
pas2jni --- Recording mergeinfo for merge of r41459 into '.': 2019-11-10 20:56:25 +00:00
pas2js # revisions: 43198,43199,43201,43202,43204,43206,43207,43209,43210,43212,43213,43214,43215,43216,43219,43220,43221,43222,43223,43224,43225,43228,43229,43285,43286,43287,43288,43295,43296,43297,43303,43304,43310,43316,43317,43318,43320,43321,43322,43323,43325,43326,43329,43330,43331,43332,43333 2019-11-03 14:20:49 +00:00
pas2ut Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
rmwait Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
sim_pasc
svn2cvs
tply --- Merging (from foreign repository) r44221 into '.': 2020-02-21 14:39:43 +00:00
unicode Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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 --- Merging r43892 into '.': 2020-01-13 21:38:28 +00:00
Makefile.fpc --- Merging r43892 into '.': 2020-01-13 21:38:28 +00:00
Makefile.fpc.fpcmake * version to 3.2.0-beta 2018-08-18 15:25:41 +00:00
mkinsadd.pp --- Merging r43618 into '.': 2020-01-16 13:36:11 +00:00
postw32.pp
ppdep.pp * Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007) 2016-11-26 13:32:52 +00:00
ptop.pp * Fix warnings, read <keyword> for gobble keywords 2018-04-30 07:14:04 +00:00
ptopu.pp --- Merging r43137 into '.': 2019-10-12 11:59:37 +00:00
README.txt
rmcvsdir.pp
rstconv.pp * mention support for .rsj extension in help text (based on patch by 2015-10-02 08:20:18 +00:00
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.