ILGEN

Generates the IL for a program with a main program entry point or for a library without one.

Syntax:
>>-.----.--ILGEN-.-------.-----><
   |    |        +-SUB-+
   +-NO-+  
Parameters:
SUB Indicates that a library is being compiled, which doesn't require a main program entry point
Properties:
Default: NOILGEN
IDE equivalent: None. This directive is always used from the IDE.
Comments:

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.

See Also: