Importing foreign object files and libraries

These procedures allow foreign objects and/or libraries to be included in a Modula-3 program.

import_lib(X, P) If P/libX.a is a library, includes -LP -lX in the final link command. Otherwise, includes -lX in the final link command.

import_obj(X) Include X in the final link command.