TLIB64.EXE, le gestionnaire de bibliothèques pour Windows 64 bits

De RAD Studio
Aller à : navigation, rechercher

Remonter à Utilitaires de ligne de commande - Index

TTLIB64.EXE est un gestionnaire de bibliothèques qui traite les bibliothèques et les fichiers objets C++Builder Windows 64 bits :

  • Les fichiers objet sont au format ELF et ont l'extension .o.
  • Les bibliothèques sont au format GNU ar (GNU ar format) et ont l'extension .a.

TLIB64 peut aussi gérer des fichiers OMF, tout comme TLIB.EXE, son équivalent Windows 32 bits. Dans les rubriques d'aide qui décrivent l'utilisation de TLIB, toutes les étapes et descriptions concernant TLIB.EXE peuvent aussi s'appliquer à TLIB64.EXE. Pour plus d’informations sur l'utilisation de TLIB64, voir TLIB.EXE, le gestionnaire de bibliothèques..

Exécutez TLIB64 avec le commutateur \A sur Windows 64 bits

Pour activer les bibliothèques de format ELF avec TLIB64, vous devez spécifier l'option /A sur la ligne de commande :

/A

(écrivez des archives au format GNU AR avec les objets ELF)

Aide de la ligne de commande

Voici l'aide de la ligne de commande de 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.

Voir aussi