Sets an internal list for midl to search for imported files.
com
midl-set-import-paths paths-list
paths-list⇩ |
A list of path-specs (see below), a single path-spec or the keyword :default . |
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.
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38