fpc/utils
michael 5e6081f217 * Merging revisions 42789,42790,42791,42792,42793 from trunk:
------------------------------------------------------------------------
    r42789 | michael | 2019-08-24 11:53:00 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Write version option in help
    ------------------------------------------------------------------------
    r42790 | michael | 2019-08-24 11:53:23 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * V2 is default
    ------------------------------------------------------------------------
    r42791 | michael | 2019-08-24 11:53:43 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Add src to path
    ------------------------------------------------------------------------
    r42792 | michael | 2019-08-24 11:54:52 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * TSQLConnector GetNextValueSQL must call proxy implementation
    ------------------------------------------------------------------------
    r42793 | michael | 2019-08-24 11:55:28 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Dependencies no longer needed
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42846 -
2019-08-27 07:00:37 +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 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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 42783,42784,42785,42786,42787,42788 from trunk: 2019-08-27 06:59:13 +00:00
fpgmake
fpmc Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fppkg Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
pas2js * Merging revisions 42789,42790,42791,42792,42793 from trunk: 2019-08-27 07:00:37 +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 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +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
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.