Testing the changes (Windows only)
In the Source Editor, choose Target > Make File complex.o to compile the file.
A Shell tool opens and SNiFF+ compiles the file. After successful compilation, let's build
and run the executable to see the effects of your modifications.
In the Source Editor, choose Target > Update Makefiles to generate the Make Support
Files for all the projects.
A dialog appears asking you whether the dependencies information should also be
updated.
Press Yes.
In the Project Editor, choose Target > Make > all to build the shared project's executable.
The project's Make command is recursively executed in the Shell tool. Upon completion,
you should have an executable named
complex.exe
in:
<complex_dir>/user/complex
Run the executable to assure yourself that it executes properly. To find out how to do so,
see Running the executable.
Close all open tools except the Source Editor and the Launch Pad.