Next Previous Up Top Contents Index

3.3 Compilation

3.3.5 The build cycle

Building an application or DLL from a project consists of up to three phases:

1. Building the subprojects.
2. Compiling some or all of the project source code.
3. Linking the project.

For efficiency, when the compiler is asked to build a project it minimizes the number of these phases that it performs, using the following decision rules:

You can ask for a clean build by choosing Project > Clean Build in any window that has a Project menu.

Note: To ensure change propagation according to these rules, you should always increment the major version number of a project after altering any macro definitions in it.


Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index