From: Kevin M. Rosenberg Date: Sat, 17 May 2003 06:03:03 +0000 (+0000) Subject: r4996: *** empty log message *** X-Git-Tag: v3.8.6~841 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=5ec859ec0f280b3dcec8320dce98bf325cb16c0e r4996: *** empty log message *** --- diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index f62296d..03fc24d 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.lisp,v 1.7 2003/03/27 01:13:33 kevin Exp $ +;;;; $Id: mysql-loader.lisp,v 1.8 2003/05/17 06:03:03 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,7 +32,7 @@ "/usr/lib/clsql/" "/sw/lib/clsql/" "/home/kevin/debian/src/clsql/db-mysql/") - :drive-letters '("C" "D" "E"))) + :drive-letters '("C"))) (defparameter *libz-library-path* (uffi:find-foreign-library diff --git a/uffi/clsql-uffi-loader.lisp b/uffi/clsql-uffi-loader.lisp index ab6702a..be988e1 100644 --- a/uffi/clsql-uffi-loader.lisp +++ b/uffi/clsql-uffi-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.lisp,v 1.3 2002/10/17 22:13:20 kevin Exp $ +;;;; $Id: clsql-uffi-loader.lisp,v 1.4 2003/05/17 06:03:03 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,7 +26,7 @@ "/usr/lib/clsql/" "/opt/lisp/clsql/uffi/" "/home/kevin/debian/src/clsql/uffi/") - :drive-letters '("C" "D" "E" "F" "G"))) + :drive-letters '("C"))) (defvar *clsql-uffi-supporting-libraries* '("c") "Used only by CMU. List of library flags needed to be passed to ld to diff --git a/uffi/clsql-uffi.dll b/uffi/clsql-uffi.dll index f0bf74e..b9d7cfa 100644 Binary files a/uffi/clsql-uffi.dll and b/uffi/clsql-uffi.dll differ diff --git a/uffi/clsql-uffi.lib b/uffi/clsql-uffi.lib index 0a1bd6c..8dde929 100644 Binary files a/uffi/clsql-uffi.lib and b/uffi/clsql-uffi.lib differ