r2741: Start migration to pathname-less asd files, remove .system files
[clsql.git] / clsql-aodbc.system
diff --git a/clsql-aodbc.system b/clsql-aodbc.system
deleted file mode 100644 (file)
index 315ea62..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; *************************************************************************
-;;;; FILE IDENTIFICATION
-;;;;
-;;;; Name:          clsql-aodbc.system
-;;;; Purpose:       Defsystem-3/4 definition file for CLSQL AODBC backend
-;;;; Programmer:    Kevin M. Rosenberg
-;;;; Date Started:  Feb 2002
-;;;;
-;;;; $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
-;;;;
-;;;; CLSQL users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; *************************************************************************
-
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
-(in-package :make)
-
-(defsystem :clsql-aodbc
-  :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))
-
-