July 2008
Beginner to intermediate
272 pages
7h 40m
English
Build.exe utility manages the process of compiling and linking components and modules. Dirs and Sources files are used for telling Build.exe where to build from (Dirs files) and what to build with (Sources files).
Figure 4–3 shows a diagram of the build process managed by Build.exe.

Figure 4–3. Components and modules build process
Let us examine the build process in more detail.
Dirs files tell Build.exe what subdirectories in the current directory that the build needs to take place in, which is similar to launching Build.exe in each of the indicated subdirectories. The structure of a Dirs file is straightforward. ...
Read now
Unlock full access