Add initial support for SBCL, currently restricted to SERVE-EVENT.
This commit is contained in:
@ -26,6 +26,8 @@
|
||||
:pathname ""
|
||||
:components ((:file "package")
|
||||
(:file "utility" :depends-on ("package"))
|
||||
#+sbcl
|
||||
(:file "sbcl-locking" :depends-on ("package"))
|
||||
#+cmu
|
||||
(:file "cmu-locking" :depends-on ("package"))
|
||||
#+lispworks4.1
|
||||
@ -82,7 +84,9 @@
|
||||
"server")))
|
||||
:depends-on ("base"))
|
||||
(:module "drivers"
|
||||
:components (#+cmu
|
||||
:components (#+sbcl
|
||||
(:file "simple-sbcl")
|
||||
#+cmu
|
||||
(:file "simple-cmu")
|
||||
#+lispworks4.1
|
||||
(:file "simple-lwl")
|
||||
|
||||
Reference in New Issue
Block a user