From: Kevin M. Rosenberg Date: Fri, 17 May 2002 16:45:35 +0000 (+0000) Subject: r2054: *** empty log message *** X-Git-Tag: v3.8.6~1056 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=6a1edc0d34125219db2c479a9e38571c90c647ed;hp=7faa1ee1482c0478c9d2802c3de7bf229d55b1b8 r2054: *** empty log message *** --- diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/interfaces/clsql-uffi/clsql-uffi-loader.cl index be2efef..f93fb1e 100644 --- a/interfaces/clsql-uffi/clsql-uffi-loader.cl +++ b/interfaces/clsql-uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.11 2002/05/15 18:05:51 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.12 2002/05/17 16:45:35 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,7 +25,8 @@ `(,(directory-namestring (translate-logical-pathname "CL-LIBRARY:clsql;interfaces;clsql-uffi;")) - "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/"))) + "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/") + :drives '("C" "D" "E" "F" "G"))) (defvar *clsql-uffi-supporting-libraries* '("c") "Used only by CMU. List of library flags needed to be passed to ld to diff --git a/interfaces/mysql/mysql-loader.cl b/interfaces/mysql/mysql-loader.cl index 3c505cb..6d3c3f7 100644 --- a/interfaces/mysql/mysql-loader.cl +++ b/interfaces/mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.14 2002/05/15 18:05:51 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.15 2002/05/17 16:45:35 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,7 +31,8 @@ `(,(directory-namestring ((translate-logical-pathname "CL-LIBRARY:clsql;interfaces;mysql;")) - "/usr/share/common-lisp/source/clsql/interfaces/mysql/"))) + "/usr/share/common-lisp/source/clsql/interfaces/mysql/")) + :drives '("C" "D" "E" "F" "G"))) (defvar *mysql-library-filename* (cond