After you have updated the SOWE files, you should compile them. Subsequent builds in PWEs are then quicker, because the compiler uses the up-to-date object code in the SOWE. First, you need to tell SNiFF+ that you intend to work in the SOWE.
Use the Working Environments tool to open
complex.shared
in your SOWE (how to
do so was described in Opening the shared project in the SOWE).
In the Project Editor
Checkmark all projects by right-clicking anywhere in the Project Tree, and then choosing
Context menu > Select From All Projects.
Choose Project > Synchronize Checkmarked Projects....
The Files Compared To dialog appears. All the files in the SOWE will be updated to the
version that appears in the dialog's Version field (
HEAD
by default).
Press Ok.
SNiFF+ now updates all the files in the SOWE.
In the dialog that appears asking you to reload the project structure, press Yes.
Choose Target > Update Makefiles... and press Yes in the dialog that appears.
Make Support Files are regenerated for all projects in the working environment.
In the Project Tree, highlight
complex.shared
.
Choose Target > Make > all to build the project's targets.
A Shell tool opens. The project's Make command is recursively executed in each of the
projects in the Project Editor's Project Tree. Upon completion, you should have an
executable named
complex
(on Windows:
complex.exe
) in:
<sniff_complex>/sowe/complex
In the Launch Pad