Utilities/id

From Lazarus-ccr

Jump to: navigation, search

Deutsch (de) English (en) Français (fr) Bahasa Indonesia (id)

Contents

[edit] h2pas

adalah utilitas baris perintah kecil yang dapat digunakan untuk menterjemahkan file C ke unit pascal. Tim Free Pascal menggunakannya untuk mengimpor unit dari librari C yang penting seperti misalnya GTK atau MySQL.

[edit] fpcmake

adalah piranti yang membolehkan anda untuk membuat makefile yang kompleks guna mengompilasi program and unit dengan FPC. Tim Free Pascal menggunakannya untuk membuat semua makefile-nya. ( Lihat Fpcmake/id )

[edit] 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.

[edit] delp

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

[edit] ppudump

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

[edit] 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.

[edit] ppumove

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

[edit] ptop

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

[edit] 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)

[edit] tply

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