X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.system;h=cb820b8632be7a66382abff4f1ba8d34629e1f9d;hb=9f51f67ab4f038fef0cc9f84bb9db2f4072d8a9e;hp=84015d74dfdfed58e60b77637d7e3bd6fff35d61;hpb=6141152b9819fc7fc9fed8eaf60d5aaa461f8463;p=clsql.git diff --git a/clsql-uffi.system b/clsql-uffi.system index 84015d7..cb820b8 100644 --- a/clsql-uffi.system +++ b/clsql-uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-uffi.system,v 1.6 2002/08/01 03:06:26 kevin Exp $ +;;;; $Id: clsql-uffi.system,v 1.9 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,10 +23,12 @@ ;;; System definition (defsystem :clsql-uffi - :source-pathname "cl-library:clsql-uffi;" - :source-extension "cl" - :components ((:file "clsql-uffi-package") - (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) - (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))) - :depends-on (:uffi)) + :source-pathname #.(format nil "~A:clsql-uffi;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") + :source-extension "cl" + :components ((:file "clsql-uffi-package") + (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) + (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))) + :depends-on (:uffi :clsql-base))