The Rebuild All command compiles and links all files, out-of-date or not, to create a .DLL or .EXE file.
Multimodule programs require a project list that contains the names of all the files needed by the project. If you have not set a project list, the compiler assumes that the current file is the only module in the program.
Related Commands
Project menu: Open, Compile File Options menu: Project
See Also
Projects, page 3; Building and Running a DOS Program, page 35; Building and Running a QuickWin Program, page 33; Building and Running a Windows Program, page 31