If
you change just a small piece of your application's AutoLISP source
code, you can have VLISP rebuild your application VLX while compiling
only those files you've updated. To make this type of update, choose
File Make Application
Make Application from
the VLISP menu, and select your application's Make file. VLISP rebuilds
the application based on the information contained in the Make file,
and automatically compiles any application source files for which
either of the following is true:
Note that if you change application options (for example, from Standard compile mode to Optimize and Link), you must use the Rebuild Application menu option to create a new VLX with the changes you specified. The Make Application command only checks for changes to AutoLISP source code files, not to application options.