TLIB64.EXE: Der Bibliotheksmanager für 64-Bit-Windows

Aus RAD Studio
Wechseln zu: Navigation, Suche

Nach oben zu Befehlszeilenhilfsprogramme - Index

TLIB64.EXE ist ein Bibliotheksmanager für C++Builder-Objektdateien und -Bibliotheken für 64-Bit-Windows:

  • Die Objektdateien haben das ELF-Format mit der Erweiterung .o.
  • Die Bibliotheken haben das GNU-Format ar mit der Erweiterung .a.

TLIB64 kann wie TLIB.EXE, dem 32-Bit-Windows-Gegenstück auch OMF-Dateien verwalten. In Hilfethemen, in denen die Verwendung von TLIB beschrieben ist, gelten alle Schritte und Beschreibungen, die TLIB.EXE betreffen, auch für TLIB64.EXE. Weitere Informationen über die Verwendung von TLIB64 finden Sie unter TLIB.EXE: Der Bibliotheksmanager.

Ausführen von TLIB64 unter 64-Bit-Windows mit der Option \A

Um für TLIB64 Bibliotheken im ELF-Format zu aktivieren, müssen Sie in der Befehlszeile die Option /A angeben:

/A

(Schreiben von Archiven im GNU-AR-Format für ELF-Objektdateien)

Befehlszeilenhilfe

Im Folgenden finden Sie die Befehlszeilenhilfe für TLIB64.EXE:

 C:\ > tlib64
TLIB64 6.3 Copyright (c) 1987-2012 Embarcadero Technologies, Inc.
Syntax: TLIB64 libname options commands, listfile
   libname     library file pathname
   commands    sequence of operations to be performed (optional)
   listfile    file name for listing file (optional)

A command is of the form: <symbol>module, where <symbol> is:
   +           add module to the library
   -           delete module from the library
   *           extract module without removing it
   -+ or +-    update module in library
   -* or *-    extract module and remove it

Set the default action for modules without a specified command:
   /a          add module to the library
   /d          delete module from library
   /e          extract module without removal
   /u          update module in library
   /x          extract module and remove it from library

   /L          write listfile to stdout
   /N          disable support of command syntax
   /O          enable support of command syntax
   /A          write GNU AR format archive with ELF objs
   /C          case-sensitive library
   /PSIZE      set the library page size to SIZE
   /0          purge comment records
   /8          output encoding is utf-8

Use @filepath to continue from file "filepath".
Use '&' at end of a line to continue onto the next line.

Siehe auch