Understanding Visual LISP Projects
 
 
 

To aid you in the process of maintaining multiple-file applications, VLISP provides a construct called a project. A VLISP project contains a list of AutoLISP source files, and a set of rules on how to compile the files. Using the project definition, VLISP can do the following:

Before discussing how to define and use VLISP projects, it may help to introduce file types used in VLISP.