Compilation system
The compilation system contains the following programs
- lcc.exe. This is the pre-processor, the compiler and the assembler.
Produces an object file
- lcclnk.exe. The linker, produces the executable from one or several object
files
- lrc.exe. The resource compiler. Produces a binary resource file that can
be used by the linker