fpc/utils
pierre 660a061030 Merge of commit 44311 and 44314 from trunk branch
------------------------------------------------------------------------
r44311 | pierre | 2020-03-19 13:30:36 +0000 (Thu, 19 Mar 2020) | 1 line

Restore usage of revision.inc file, but do not print date and revision information into generated Makefile's
------------------------------------------------------------------------
--- Merging r44311 into '.':
U    utils/fpcm/fpcmmain.pp
U    utils/fpcm/fpcmwr.pp
--- Recording mergeinfo for merge of r44311 into '.':
 U   .
------------------------------------------------------------------------
r44314 | pierre | 2020-03-20 07:51:17 +0000 (Fri, 20 Mar 2020) | 1 line

 Commit generated change to revision.inc file following commit #44311
------------------------------------------------------------------------
--- Merging r44314 into '.':
U    utils/fpcm/revision.inc
--- Recording mergeinfo for merge of r44314 into '.':
 G   .

git-svn-id: branches/fixes_3_2@44315 -
2020-03-20 08:48:50 +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 * 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 --- 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
creumap.pp
data2inc.exm
data2inc.pp
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp
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
mkinsadd.pp --- Merging r43618 into '.': 2020-01-16 13:36:11 +00:00
postw32.pp
ppdep.pp
ptop.pp
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.