[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
standalone executables with clisp
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: standalone executables with clisp
- From: sshteingold@cctrading.com
- Date: Tue, 12 Aug 97 19:39:45 -0500
- Return-receipt-to: <sshteingold@cctrading.com>
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,