Generates the IL for a program with a main program entry point or for a library without one.
>>-.----.--ILGEN-.-------.----->< | | +-SUB-+ +-NO-+
SUB | Indicates that a library is being compiled, which doesn't require a main program entry point |
Default: | NOILGEN |
IDE equivalent: | None. This directive is always used from the IDE. |
This directive is always used when you build a project from the IDE. If a program doesn't require a main program entry point, use the SUB parameter.
Compare this to the ILMAIN directives.
This directive is not allowed in the $SET statement. You must specify ILGEN on the command line.