X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.system;h=0f2c472e3d1b7aebd50d449a1475b9bac5f46f39;hb=3a7fe44546a552323f37c5928091d549a41f73bf;hp=ce012a075a466dc5f3dee68090c1c8a8e2e452d6;hpb=2359c743fa126e65514454a7996e025f139a8241;p=clsql.git diff --git a/clsql-uffi.system b/clsql-uffi.system index ce012a0..0f2c472 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.4 2002/07/05 17:05:45 kevin 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")))