fpc/utils
marco b4f641ba85 --- Merging r43618 into '.':
U    rtl/linux/buildrtl.lpi
U    rtl/linux/buildrtl.pp
--- Recording mergeinfo for merge of r43618 into '.':
 U   .
--- Merging r43669 into '.':
U    utils/mkinsadd.pp
--- Recording mergeinfo for merge of r43669 into '.':
 G   .

# revisions: 43618,43669

git-svn-id: branches/fixes_3_2@43957 -
2020-01-16 13:36:11 +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 --- Merging r42937 into '.': 2019-10-12 16:15:55 +00:00
fpcmkcfg Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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 * Merging revisions r43562,r43563,r43564 from trunk: 2019-12-23 13:27:07 +00:00
fpgmake
fpmc Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fppkg -- Zusammenführen von r43696 in ».«: 2019-12-22 21:02:15 +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 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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
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
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
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.