Skip to content
Snippets Groups Projects
Commit 567ec111 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.0.9: tweaks for Allegro

parent 0db565f8
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ REGISTER-LISP-IMPLEMENTATION."
:fullname ,fullname
:name ,(native-namestring (subpathname dir executable))
:feature :allegro ;; do we want a more discriminating feature expression?
:flags '("-qq")
:flags ("-qq")
:eval-flag "-e"
:load-flag "-L"
;; :quit-flags ("-kill")
......
......@@ -32,7 +32,7 @@ Not supported at all are:
(define-lisp-implementation (:allegro :acl) ()
:fullname "Allegro CL"
:name "alisp"
:name "alisp" ;; on Windows, you might prefer the Win32 console application build.exe, which seems to be an mlisp variant ("modern" syntax)
:feature :allegro
:flags ("-qq") ; -q only ? on windows, +c ? On Allegro 5 and earlier, -Q and/or -QQ ?
:eval-flag "-e"
......
......@@ -13,7 +13,7 @@
(error "ASDF 3.1.2 required"))
(defsystem "lisp-invocation"
:version "1.0.8"
:version "1.0.9"
:author ("Francois-Rene Rideau")
:maintainer "Francois-Rene Rideau"
:licence "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment