Sets an internal list for midl to search for imported files.
The function midl-set-import-paths
sets an internal list for midl to search for imported files. This list overrides the value of the INCLUDE
environment variable.
paths-list can be either a list of path-specs, where a path-spec is either a pathname or a string, or a single path-spec, which is interpreted as a list of this path-spec. It can also be the keyword :default
, which resets it so it uses the INCLUDE
environment variable.
In most cases midl should be able to find the imported files in the list that is returned by midl-default-import-paths, so midl-set-import-paths
should rarely be useful.
LispWorks COM/Automation User Guide and Reference Manual - 14 Feb 2015