Next: Shared Library Related Attributes, Previous: General Library Related Attributes, Up: Project Level Attributes [Contents][Index]
Specifies the name of the executable of the archive builder with the minimum options, if any. Example:
for Archive_Builder use ("ar", "cr");
Specifies the name of the executable of the archive indexer with the minimum options, if any. If this attribute is not specified, then there is no archive indexer. Example:
for Archive_Indexer use ("ranlib");
Specifies the suffix of the archives. If this attribute is not specified, then the suffix of the archives is defaulted to .a. Example:
for Archive_Suffix use ".olb"; -- for VMS
Specifies the name of the executable of the partial linker with the options to be used, if any. If this attribute is not specified, then there is no partial linking. Example:
for Library_Partial_Linker use ("gcc", "-nostdlib", "-Wl,-r", "-o");