X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;fp=clsql-aodbc.system;h=0000000000000000000000000000000000000000;hb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448;hp=315ea62d403c631ae46302a035f4301e502b9c95;hpb=cbec78ec2d390fcf641108c1ca8d1589a0f22ed8;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system deleted file mode 100644 index 315ea62..0000000 --- a/clsql-aodbc.system +++ /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)) - -