Utilities/fr

From Lazarus wiki
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) magyar (hu) Bahasa Indonesia (id) русский (ru)

h2pas

est un petit utilitaire en ligne de commande qui peut être utilisé pour traduire les entêtes de fichiers C vers des unités Pascal. L'équipe de Free Pascal l'utilise pour impoter des unités pour des bibliothèques C importantes tel que GTK ou MySQL.

fpcmake

est un outil qui vous permet de faire les fichiers makefile complexes pour compiler des programmes et des unités avec FPC . L'équipe de Free Pascal l'utilise pour créer tous ses makefiles. ( Voir Fpcmake )

ppdep

is a small utility that scans a program or unit and creates a depend file that can be used for inclusion by make. It understands conditional symbols and interdependency of units.

delp

is a small utility that scans a directory for files left over by the Free Pascal compiler, and deletes them.

ppudump

dumps the contents of a unit in human-readable format. It understands older versions of units and gracefully handles unknown (future) versions.

ppufiles

lists the object files that you need to link in when using a unit file. It lists all libraries and units that are needed.

ppumove

combines several units into one; as such it can be used to create static and dynamic libraries.

ptop

is a configurable source formatter. It pretty-prints your pascal code, much like indent does for C code. See PTop

rstconv

is a small utility that converts .rst files (files that contain resource strings, as created by the compiler to some other format. (GNU gettext at the moment)

tply

TP Lex and Yacc, written by Albert Graef. It can be used to create pascal units from a Lex vocabulary and Yacc grammar.