compile(To translate all the source code of a program from a high-level language into object code prior to execution of the program); build(To translate all the source code of a program from a high-level language into object code prior to execution of the program); compile(To translate all the source code of a program from a high-level language into object code prior to execution of the program)
compiland(The basic unit of compilation or translation. A project usually consists of several compilands (for example, .c and .cpp files) that are compiled to produce a corresponding object file. See also function)