
43
3.3 Ordering Build Phases
In a standard build (shown in figure 3.5), you could add a phase at four different positions: before the compiler,
before the assembler, before the linker or after the linker. You may place your own custom phases or move
system phases to any position in the build order. It is important to remember that if the output of your custom
phase can be input into another phase then the phase order must be correct if the build is to behave as intended.
BEGIN
END
COMPILE
ASSEMBLE
LINK
1
2
3
4
Figure 3.5: Typical Build Process
The build phase dialog provides facilities for ordering build phases via the “Build Phases” dialog. It has two tabs,
which are concerned with the ordering of phases: “Build Order” and “Build File Order”.
Comentarios a estos manuales