To
compile a single AutoLISP file, call the vlisp-compile function.
The function syntax is
(vlisp-compile 'mode “filename” [out-filename])
For this function
- mode is
a symbol identifying the compiler mode
- filename is
a string naming the source file
- out-filename is
a string naming the compiled output file