The eliminateSystemDependentCode build
descriptor option indicates whether the EGL generator ignores code
that will never run in the target system.
The
eliminateSystemDependentCode build
descriptor option is meaningful only in relation to the
sysVar.systemType system
variable. For example, the EGL generator does not process the following
add statement
if you are generating for Windows®:
if (sysVar.systemType IS AIX)
add myRecord;
end
To avoid generating code that will never run in the target system,
take either of the following actions:
Values
- NO
- Specifies that EGL generates code that does not run in the target
system. Specify NO only if the output of the current generation will
run in multiple systems.
- YES (the default value)
- Specifies that EGL only generates code that runs in the target
system.