X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.system;fp=clsql-uffi.system;h=5973b672740e10b4aedcac2d71592276e1901d5e;hb=ea685f50a15811b25285b5cf0d5227c068d66c54;hp=ce012a075a466dc5f3dee68090c1c8a8e2e452d6;hpb=7a0e08bbcfe25a2cf85d0f0235db1adc2eed0215;p=clsql.git diff --git a/clsql-uffi.system b/clsql-uffi.system index ce012a0..5973b67 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.2 2002/04/01 05:27:55 kevin Exp $ +;;;; $Id: clsql-uffi.system,v 1.3 2002/05/13 13:18:36 marc.battyani Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,9 +23,9 @@ ;;; System definition (mk:defsystem :clsql-uffi - :source-pathname "CLSQL:interfaces;clsql-uffi;" + :source-pathname "CL-LIBRARY:clsql;interfaces;clsql-uffi;" :source-extension "cl" - :binary-pathname "CLSQL:interfaces;clsql-uffi;bin;" + :binary-pathname "CL-LIBRARY:clsql;interfaces;clsql-uffi;bin;" :components ((:file "clsql-uffi-package") (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) (:file "clsql-uffi" :depends-on ("clsql-uffi-loader")))