From 640853df9917329179ee5a6c3067eb27da586523 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 26 Sep 2002 18:18:39 +0000 Subject: [PATCH] r2860: *** empty log message *** --- db-mysql/mysql-loader.cl | 6 ++++-- uffi/clsql-uffi-loader.cl | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/db-mysql/mysql-loader.cl b/db-mysql/mysql-loader.cl index e732c1e..2b6a56d 100644 --- a/db-mysql/mysql-loader.cl +++ b/db-mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.1 2002/09/18 07:43:40 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.2 2002/09/26 18:18:38 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,7 +31,9 @@ `(,(directory-namestring (translate-logical-pathname "cl-library:clsql;interfaces;mysql;")) - "/usr/lib/clsql/") + "/usr/lib/clsql/" + "/opt/lisp/clsql/db-mysql/" + "/home/kevin/debian/src/clsql/db-mysql/") :drive-letters '("C" "D" "E" "F" "G"))) (defvar *mysql-library-filename* diff --git a/uffi/clsql-uffi-loader.cl b/uffi/clsql-uffi-loader.cl index e48384f..e131bd1 100644 --- a/uffi/clsql-uffi-loader.cl +++ b/uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.1 2002/09/18 07:50:01 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.2 2002/09/26 18:18:39 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,7 +25,9 @@ `(,(directory-namestring (translate-logical-pathname "cl-library:clsql-uffi;")) - "/usr/lib/clsql/") + "/usr/lib/clsql/" + "/opt/lisp/clsql/uffi/" + "/home/kevin/debian/src/clsql/uffi/") :drive-letters '("C" "D" "E" "F" "G"))) (defvar *clsql-uffi-supporting-libraries* '("c") -- 2.34.1