Compiler Option: -a

Add an object file to the linker's list

Syntax
		[ -a ] < object file >

Parameters
	object file
		Name of the object file with extension.

Description
	The -a compiler option adds a compiled object file to the linker's list. 
	The "-a" is optional if the object file name has a ".o" file extension.

See also
	* CompilerOptbCompiler Option: -b
	* CompilerCmdLineUsing the Command Line

