[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: standalone executables with clisp



sshteingold@cctrading.com asks:
> 
>      Is it possible to create standalone executables with clisp on win32?
>      The closest thing I could think of so far was 
>      1. compile everything, load it, then do (saveinitmem).
>      2. create a shortcut running `clisp -m init.mem -x (main)'.
>      Is this the only way?

Yes, this is the only way to create "standalone" programs with clisp.
For details about `saveinitmem', please see section 90.1. of impnotes.txt.

Bruno