From: Kevin M. Rosenberg Date: Sat, 17 May 2003 06:11:16 +0000 (+0000) Subject: r4997: win32 fixes X-Git-Tag: v3.8.6~840 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=8bb477abca1f19d8d26cb72c62fcaa3c1410ac7d r4997: win32 fixes --- diff --git a/db-mysql/clsql-mysql.dll b/db-mysql/clsql-mysql.dll index 2376b5d..9725932 100644 Binary files a/db-mysql/clsql-mysql.dll and b/db-mysql/clsql-mysql.dll differ diff --git a/db-mysql/clsql-mysql.lib b/db-mysql/clsql-mysql.lib index c82b053..49f942b 100644 Binary files a/db-mysql/clsql-mysql.lib and b/db-mysql/clsql-mysql.lib differ diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index 03fc24d..be2455b 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.8 2003/05/17 06:03:03 kevin Exp $ +;;;; $Id: mysql-loader.lisp,v 1.9 2003/05/17 06:11:16 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -42,7 +42,7 @@ "/sw/lib/" "/usr/local/lib/" "/home/kevin/debian/src/clsql/db-mysql/") - :drive-letters '("C" "D" "E"))) + :drive-letters '("C"))) (defvar *mysql-library-candidate-names* '("libmysqlclient" "libmysql")) @@ -83,6 +83,7 @@ set to the right path before compiling or loading the system.") :supporting-libraries (append *mysql-supporting-libraries*))) (setq *mysql-library-loaded* t) + #+ignore ;; return value not set (error "Unable to load MySQL client library ~A or CLSQL-MySQL library ~A" mysql-path *clsql-mysql-library-path*))))