Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / utils
  ..
  pas2js
  fpcm
  fpgmake
  h2pas
  svn2cvs
  javapp
  rmwait
  importtl
  fpmc
  fpcreslipo
  fpcres
  pas2ut
  instantfpc
  mksymbian
  fpcmkcfg
  pas2jni
  sim_pasc
  fpdoc
  fppkg
  pas2fpm
  unicode
  tply
  fprcp
  debugsvr
  dxegen
  bin2obj.pp
  usubst.pp
  rmcvsdir.pp
  Makefile.fpc.fpcmake
  README.txt
  delp.lpi
  postw32.pp
  fpmake_proc.inc
  fpmake_add.inc
  creumap.pp
  ppdep.pp
  delp.pp
  mkinsadd.pp
  svn2cl.pp
  rstconv.pp
  Makefile.fpc
  ptopu.pp
  data2inc.pp
  fpcsubst.pp
  ptop.pp
  fpmake.pp
  grab_vcsa.pp
  Makefile
  data2inc.exm
Size: Mime:
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.