r2605: *** empty log message ***
[clsql.git] / clsql-aodbc.system
index 4f6068560ed6d378de8466f7182f753d9b486ac5..315ea62d403c631ae46302a035f4301e502b9c95 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-aodbc.system,v 1.8 2002/07/26 05:19:00 kevin Exp $
+;;;; $Id: clsql-aodbc.system,v 1.11 2002/09/06 10:56:13 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (in-package :make)
 
 (defsystem :clsql-aodbc
-    :source-pathname "cl-library:clsql;interfaces;aodbc;"
-    :source-extension "cl"
-    :components ((:file "aodbc-package")
-                (:file "aodbc-sql" :depends-on ("aodbc-package")))
-    :depends-on (:clsql-base))
+  :source-pathname #.(format nil "~A:clsql-aodbc;"
+                            #+common-lisp-controller "cl-library"
+                            #-common-lisp-controller "clsql")
+
+  :source-extension "cl"
+  :components ((:file "aodbc-package")
+              (:file "aodbc-sql" :depends-on ("aodbc-package")))
+  :depends-on (:clsql-base))
+
 
-