Setting up environment-dependent code generation

You can develop for a target system which is not included as a metaclass under C_CG::<Environment> property's metaclass.

About this task

If you are developing for a target system which is not included as a metaclass under C_CG property, to set up the property values for your target:

Procedure

  1. Add an appropriate metaclass under C_CG by modifying site.prp file. The file contains all the necessary properties.
    Note: You can copy the properties and values provided for an environment similar to your target, and modify any property values that must be changed.
  2. Add the name you used for the new metaclass to the list used as the value of the C_CG::Configuration::Environment property.

Feedback