summaryrefslogtreecommitdiffstats
path: root/make-image.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 00:15:52 +0100
committerGravatar Tom Willemsen2013-03-23 00:15:52 +0100
commit02be3af2fd2706e69b555faf3f2aa165278995a0 (patch)
treeab74d865c2c0c678036d3e7887c990fc39e6d97b /make-image.lisp
parent02a823cc28b03ed97c6c2b596e77642c3e9e8d3f (diff)
downloadclark-02be3af2fd2706e69b555faf3f2aa165278995a0.tar.gz
clark-02be3af2fd2706e69b555faf3f2aa165278995a0.zip
Move lisp sources to lisp/
Diffstat (limited to 'make-image.lisp')
-rw-r--r--make-image.lisp16
1 files changed, 0 insertions, 16 deletions
diff --git a/make-image.lisp b/make-image.lisp
deleted file mode 100644
index 733cb8c..0000000
--- a/make-image.lisp
+++ /dev/null
@@ -1,16 +0,0 @@
-#-sbcl
-(error "This lisp implementation iss not supported.")
-
-(require 'asdf)
-(require 'sqlite)
-(require 'mcclim)
-
-(asdf:oos 'asdf:load-op 'clark)
-
-(save-lisp-and-die
- "clark" :toplevel
- (lambda ()
- (sb-posix:putenv (format nil "SBCL_HOME=~A" #.(sb-ext:posix-getenv "SBCL_HOME")))
- (org.ryuslash.clark:clark sb-ext:*posix-argv*)
- 0)
- :executable t)