Rebuilding an Application

AutoCAD AutoLISP & Visual LISP

 
Rebuilding an Application
 
 
 

After changing application options or modifying source code, you need to rebuild your application for the changes to take effect.

To rebuild an application

  1. Choose File Make Application Rebuild Application from the VLISP menu.
  2. Specify the location of your application's Make file.
  3. Choose Open to rebuild the application.

In rebuilding the application, VLISP recompiles all .lsp source files, applying the specified compilation options, and packages your application files into a new .vlx file. If your application contains many AutoLISP files, and you have only changed the source code in one or two files, the Make Application option can rebuild your application more efficiently. See the following section for information on using this option.