All Manuals > LispWorks COM/Automation User Guide and Reference Manual > 2 COM Reference Entries

NextPrevUpTopContentsIndex

midl-set-import-paths

Function
Summary

Sets an internal list for midl to search for imported files.

Package

com

Signature

midl-set-import-paths paths-list

Arguments

paths

A list of path-specs (see below), a single path-spec or the keyword :default.

Values

None.

Description

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.

Notes

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.

See also

midl


LispWorks COM/Automation User Guide and Reference Manual - 23 Mar 2017

NextPrevUpTopContentsIndex