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

standalone executables with clisp



     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?
     Thanks.
     S,