Compiling and Recompiling Project Files

AutoCAD AutoLISP & Visual LISP

 
Compiling and Recompiling Project Files
 
 
 

One key advantage in defining VLISP projects for your applications is that it provides an efficient method of updating compiled code. You can elect to have VLISP recompile all source files that have changed since the last time they were compiled. By choosing this option, you ensure all FAS files in your application correspond to the latest versions of the program source code. At the same time, you save time by avoiding unnecessary compiles. To invoke this feature, click the Build Project FAS button in the Project Properties dialog box.

You can also choose to recompile all the programs in your project, whether or not they have changed. Click the Rebuild Project FAS button to enable this feature.