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