2 (when (probe-file "./bin/c1cc.exe")
3 (delete-file "./bin/c1cc.exe"))
10 :epilogue-code
'(funcall (intern "MAIN" (find-package "C1CC")))
14 (rename-file #P
"./bin/c1-mono.exe" #P
"c1cc.exe")
20 (asdf:load-system
:c1
)
21 (sb-ext:save-lisp-and-die
"./bin/c1cc"
22 :executable t
:purify t
24 (eval (read-from-string "(c1cc::main)"))))
30 (asdf:load-system
:c1
)
31 (ccl:save-application
#+windows
"./bin/c1cc.exe" #-windows
"./bin/c1cc" :error-handler
:quit
33 :toplevel-function
(lambda ()
34 (eval (read-from-string "(c1cc::main)"))))
40 (error "Your implementation: ~a ~a is not supported at this time. Patches welcome!" (lisp-implementation-type) (lisp-implementation-version))