X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.system;h=5973b672740e10b4aedcac2d71592276e1901d5e;hb=cdd84f18473361ae5220666bbe0526fa565bc060;hp=2133f6b0a1120f51ac6223933a326080c40cc923;hpb=f1930020ce73039b8627af801722c28afff5d31d;p=clsql.git diff --git a/clsql-uffi.system b/clsql-uffi.system index 2133f6b..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.1 2002/03/27 08:09:25 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")))