Difference between revisions of "Utilities/hu"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 9: Line 9:
  
 
=h2pas=
 
=h2pas=
Egy parancssorból futtatható kis méretű eszköz mely C fejéc fájlok Pascal nyelvre átírásához használható. A Free Pascal csapata ezt használja C függvénytárak átültetéséhez, mint amilyen a GTK vagy a MySQL.
+
Parancssorból futtatható eszköz, mely C fejléc fájlok Pascal nyelvre átírásához használható. A Free Pascal csapata ezt használja C függvénytárak átültetéséhez, mint amilyen a GTK vagy a MySQL.
 
=fpcmake=
 
=fpcmake=
Egy eszköz, mely összetett make fájlok létrehozását teszi lehetővé programok és unit-ok FPC-vel történő forításához. A Free Pascal csapata ezt használja az összes make fájl létrehozásához.
+
Összetett make fájlok létrehozását teszi lehetővé programok és unit-ok FPC-vel történő forításához. A Free Pascal csapata ezt használja az összes make fájl létrehozásához.
 
( Lásd: [[Fpcmake]] )
 
( Lásd: [[Fpcmake]] )
  
 
=ppdep=
 
=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.
+
Egy program vagy unit függőségeit ellenőrzi és fájlba írja, amit azután a make program felhasználhat. Értelmezni tudja a feltételes fordítási utasításokat és a unit-ok kölcsönös függőségeit.
 
=delp=
 
=delp=
is a small utility that scans a directory for files left over by the Free Pascal compiler, and deletes them.
+
Ellenőrzi, hogy egy könyvtárban hagyott-e ideiglenes fájlokat a Free Pascal fordító, azután törli őket.  
 
=ppudump=
 
=ppudump=
dumps the contents of a unit in human-readable format. It understands older versions of units and gracefully handles unknown (future) versions.
+
<!-- dumps the contents of a unit in human-readable format. It understands older versions of units and gracefully handles unknown (future) versions.-->
 
=ppufiles=
 
=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.
+
<!-- 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=
 
=ppumove=
combines several units into one; as such it can be used to create static and dynamic libraries.
+
<!-- combines several units into one; as such it can be used to create static and dynamic libraries.-->
 
=ptop=
 
=ptop=
is a configurable source formatter. It pretty-prints your pascal code, much like indent does for C code.
+
<!-- is a configurable source formatter. It pretty-prints your pascal code, much like indent does for C code.
See [[PTop]]
+
See [[PTop]]-->
  
 
=rstconv=
 
=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)
+
<!-- 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=
 
=tply=
TP Lex and Yacc, written by Albert Graef. It can be used to create pascal units from a Lex vocabulary and Yacc grammar.
+
<!-- TP Lex and Yacc, written by Albert Graef. It can be used to create pascal units from a Lex vocabulary and Yacc grammar.-->

Revision as of 19:51, 15 January 2010

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


Eszközök



h2pas

Parancssorból futtatható eszköz, mely C fejléc fájlok Pascal nyelvre átírásához használható. A Free Pascal csapata ezt használja C függvénytárak átültetéséhez, mint amilyen a GTK vagy a MySQL.

fpcmake

Összetett make fájlok létrehozását teszi lehetővé programok és unit-ok FPC-vel történő forításához. A Free Pascal csapata ezt használja az összes make fájl létrehozásához. ( Lásd: Fpcmake )

ppdep

Egy program vagy unit függőségeit ellenőrzi és fájlba írja, amit azután a make program felhasználhat. Értelmezni tudja a feltételes fordítási utasításokat és a unit-ok kölcsönös függőségeit.

delp

Ellenőrzi, hogy egy könyvtárban hagyott-e ideiglenes fájlokat a Free Pascal fordító, azután törli őket.

ppudump

ppufiles

ppumove

ptop

rstconv

tply