prep

The prep build descriptor option specifies whether EGL begins preparation when the generation phase completes successfully.

Even if you set prep to NO, you can prepare code later. For details, see Using a build plan after generation.

Consider these cases:
If you wish to customize the generated build plan, follow these steps:
  1. Set the prep build descriptor option to NO.
  2. Set the buildPlan build descriptor option to YES (as is the default).
  3. Generate the output.
  4. Customize the build plan.
  5. Invoke the build plan, as described in "Using a build plan after generation".

Values

NO
The preparation phase is not started after the generation phase.
YES (the default value)
The preparation phase is started after the generation phase.

Feedback