object files and module names

An object file is generated by ASMCOP. This file usually has an extension of .obj. The module name by which the librarian stores these files in a library is the same as the filename without the extension. Thus, an object file of tangent.obj has a module name of tangent within the library. Names of modules added to a library are case-sensitive.