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." ...@@ -37,7 +37,7 @@ REGISTER-LISP-IMPLEMENTATION."
:fullname ,fullname :fullname ,fullname
:name ,(native-namestring (subpathname dir executable)) :name ,(native-namestring (subpathname dir executable))
:feature :allegro ;; do we want a more discriminating feature expression? :feature :allegro ;; do we want a more discriminating feature expression?
:flags '("-qq") :flags ("-qq")
:eval-flag "-e" :eval-flag "-e"
:load-flag "-L" :load-flag "-L"
;; :quit-flags ("-kill") ;; :quit-flags ("-kill")
......
...@@ -32,7 +32,7 @@ Not supported at all are: ...@@ -32,7 +32,7 @@ Not supported at all are:
(define-lisp-implementation (:allegro :acl) () (define-lisp-implementation (:allegro :acl) ()
:fullname "Allegro CL" :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 :feature :allegro
:flags ("-qq") ; -q only ? on windows, +c ? On Allegro 5 and earlier, -Q and/or -QQ ? :flags ("-qq") ; -q only ? on windows, +c ? On Allegro 5 and earlier, -Q and/or -QQ ?
:eval-flag "-e" :eval-flag "-e"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
(error "ASDF 3.1.2 required")) (error "ASDF 3.1.2 required"))
(defsystem "lisp-invocation" (defsystem "lisp-invocation"
:version "1.0.8" :version "1.0.9"
:author ("Francois-Rene Rideau") :author ("Francois-Rene Rideau")
:maintainer "Francois-Rene Rideau" :maintainer "Francois-Rene Rideau"
:licence "MIT" :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