When you choose either Build or Rebuild All from the Project menu, the Graphical Development Environment first compiles any source files that are required and then automatically calls the linker to build the program. There is no separate command to call the linker. If you choose no other menu commands, the
Development Environment assumes a set of defaults to control the linker. You can override the defaults and control the linker in several ways using menu commands:
To list the files to be used by the linker, choose Edit from the Project menu. For a description of how to use the Edit Project dialog box, see Chapter 3, “Using Projects,” in the Development Environment Guide. For details on the files you need to provide to the linker, see the next section, “Project Files Required for Linking.”
To set options for linking, choose Project from the Options menu. For details on using the Project dialog box for linking, see “Controlling the Linker” on page 212.
To specify additional library search paths, choose Directories from the Options menu. For information on using the Directories dialog box for linking, see “Where the Linker Looks for Libraries” on page 208.