X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=9e17055ffeb2bcc5fa8eee15e4e28f7f2c249d31;hb=9f51f67ab4f038fef0cc9f84bb9db2f4072d8a9e;hp=b8796dccde1e4b59c36716147e456a430fc365d2;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index b8796dc..9e17055 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.2 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,16 +23,18 @@ ;;; System definition (defsystem clsql-mysql - :default-component-class clsql-cl-source-file - :pathname #.(format nil "~A:clsql-mysql;" +clsql-logical-host+) - :components ((:file "mysql-package") - (:file "mysql-loader" :depends-on ("mysql-package")) - (:file "mysql-api" :depends-on ("mysql-loader")) - (:file "mysql-sql" :depends-on ("mysql-api")) + :pathname #.(format nil "~A:clsql-mysql;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") + :components ((:file "mysql-package") + (:file "mysql-loader" :depends-on ("mysql-package")) + (:file "mysql-api" :depends-on ("mysql-loader")) + (:file "mysql-sql" :depends-on ("mysql-api")) (:file "mysql-usql" :depends-on ("mysql-sql"))) - :depends-on (:uffi :clsql-base :clsql-uffi)) - - + :depends-on (:uffi :clsql-base :clsql-uffi)) +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-mysql)))) + "cl")