We are now ready to compile the target source, sumxy.sml, and all its dependencies into object files. Select Project > Compile Target Sources. The Log/Console shows us line by line what it occurring. When all the target sources have been compiled they are displayed in the list of files. Select sumxy from this list.
Figure 2.7 The compiled target source files.
The middle third of the project workspace gives us information on the selected unit, and consists of four parts:
This area shows the name of the unit selected in the file list, and also indicates if the unit is loaded (see Section 2.3.6, "Loading code into the environment") and visible.
This area shows the full path name and filename of the target source file (.sml file) for the unit, together with its date stamp.
This shows the full path name and filename for the unit's object file (.mo file), together with its date stamp.
This text area shows the names of all the units which were compiled in the process of compiling the target source files.