
icompile(+File, +Destination)

   Generates an information file from the ECLiPSe source File in directory Destination.

Arguments
   File                Name of source file (Atom or string)
   Destination         Destination directory (Atom or string)

Type
   library(document)

Description

    Given an ECLiPSe source file (usually a file with a .ecl suffix), this
    tool generates an ECLiPSe interface information file (with .eci suffix).
    The output file is created in the Destination directory.
    

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

See Also
   icompile / 1
