The build descriptor option eliminateSystemDependentCode indicates whether, at validation time, EGL ignores code that will never run in the target system. Valid values are yes (the default) and no. Specify no only if the output of the current generation will run in multiple systems.
if (sysVar.systemType IS AIX) add myRecord; end
if (sysVar.systemType IS AIX) call myAddProgram myRecord; end
Related concepts
Build descriptor part
Related reference
Build descriptor options