vlisp-compile


(vlisp-compile  'mode  sourcefile  [ outfile ])

This function takes sourcefile Lisp file and creates an encrypted .des outfile.

Arguments

'mode  symbol defining the compilation mode : 'st = Standard     'lsm = optimize + link indirectly     'lsa = optimize + link directly
sourcefile  (string) lisp file to be compiled (can + should contain full path specification)
outfile  (string, optional) target des file to be generated (can + should contain full path specification); if omitted, the target file is identical to sourcefile, but with .des filename extension

Return

T if outfile is successfully created

Example

(vlisp-compile 'st "E:/LspSources/Test.lsp" "E:/LspSources/Test.des")  T
(vlisp-compile 'st "E:/LspSources/Test.lsp")  T

Remarks

'mode is actually ignored in BricsCAD LISP



©  Bricsys NV. All rights reserved.