X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.system;h=a3e7d8a7e460fb2a2af151ba69999d59ef63eef1;hb=1d3979f3268c80b4f8b878242fd7d6d182f3bce6;hp=bdf5aa68fe10a4e8bc166aaf19fff6cbb0a099da;hpb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;p=clsql.git diff --git a/clsql-mysql.system b/clsql-mysql.system index bdf5aa6..a3e7d8a 100644 --- a/clsql-mysql.system +++ b/clsql-mysql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-mysql.system,v 1.9 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-mysql.system,v 1.14 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-mysql - :source-pathname "CL-LIBRARY:clsql;interfaces;mysql;" + :source-pathname "cl-library:clsql;interfaces;mysql;" :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;mysql;bin;" + :binary-pathname "cl-library:clsql;interfaces;mysql;bin;" :components ((:file "mysql-package") (:file "mysql-loader" :depends-on ("mysql-package")) (:file "mysql-api" :depends-on ("mysql-loader"))