X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/b286c6ed2b306af55fc67fff532136418a70c73f..HEAD:/gffi/gffi.asd diff --git a/gffi/gffi.asd b/gffi/gffi.asd index 4083f0d..b19fdfd 100644 --- a/gffi/gffi.asd +++ b/gffi/gffi.asd @@ -29,9 +29,11 @@ :depends-on (clg-tools) :components ((:file "defpackage") #+(and cmu19a (not non-broken-pcl))(:file "pcl") + (:shared-object "gffi-alien" :pathname "alien/" + :components ((:c-source-file "memory"))) (:file "memory" :depends-on ("defpackage")) (:file "interface" :depends-on ("memory")) - (:file "basic-types" :depends-on ("interface")) + (:file "basic-types" :depends-on ("gffi-alien" "interface")) (:file "vectors" :depends-on ("basic-types")) (:file "enums" :depends-on ("basic-types")) (:file "virtual-slots" :depends-on (#+(and cmu19a (not non-broken-pcl))"pcl" "interface" "basic-types"))