r2842: *** empty log message ***
[clsql.git] / clsql-mysql.asd
index a29ac1ca7b22b8e7d63a3c3e69bf9efdfc3261e2..975c588f8aabd97eccfa54e286d980fec0d3b676 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-mysql.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $\r
+;;;; $Id: clsql-mysql.asd,v 1.10 2002/09/25 12:44:59 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))\r
-\r
 (in-package :asdf)\r
 \r
 ;;; System definition\r
 \r
+#+(or allegro lispworks cmu openmcl mcl)\r
 (defsystem :clsql-mysql\r
   :name "cl-sql-mysql"\r
   :author "Kevin M. Rosenberg <kmr@debian.org>"\r
@@ -41,6 +40,7 @@
             (:file "mysql-usql" :depends-on ("mysql-sql")))))\r
   :depends-on (:uffi :clsql-base :clsql-uffi))\r
    \r
+#+(or allegro lispworks cmu openmcl mcl)\r
 (defmethod source-file-type  ((c cl-source-file)\r
                              (s (eql (find-system :clsql-mysql)))) \r
    "cl")\r