r4997: win32 fixes
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 May 2003 06:11:16 +0000 (06:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 May 2003 06:11:16 +0000 (06:11 +0000)
db-mysql/clsql-mysql.dll
db-mysql/clsql-mysql.lib
db-mysql/mysql-loader.lisp

index 2376b5da72f478e3435a393a39fb7bda4d7039b1..97259327d48506acdc5f6941b936b957a8079d33 100644 (file)
Binary files a/db-mysql/clsql-mysql.dll and b/db-mysql/clsql-mysql.dll differ
index c82b053aabd74bd3f2d6985f0178be62a35bac69..49f942bf49d9c2b8c9423559c9634d6806427bcf 100644 (file)
Binary files a/db-mysql/clsql-mysql.lib and b/db-mysql/clsql-mysql.lib differ
index 03fc24d281ef946a80cd1b89090bcac10e1a2ebc..be2455bdbf363658a0d34b39f7b59cd910aeab08 100644 (file)
@@ -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*))))