X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.system;h=c52957fe21ed5465743e6d2a693d5f65b7af6de0;hp=78a9ce4016b1a618167f5f684efe8db0e05a42fa;hb=cbec78ec2d390fcf641108c1ca8d1589a0f22ed8;hpb=9f6b242d508ed11519a1e48f360bc59842e39112 diff --git a/clsql-oracle.system b/clsql-oracle.system index 78a9ce4..c52957f 100644 --- a/clsql-oracle.system +++ b/clsql-oracle.system @@ -1,14 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.system,v 1.4 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-oracle.system,v 1.5 2002/09/06 10:56:13 kevin Exp $ (in-package :make) ;;; System definition (defsystem :clsql-oracle - :source-pathname #.(format nil "~A:clsql-oracle;" +clsql-logical-host+) + :source-pathname #.(format nil "~A:clsql-oracle;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :source-extension "cl" :components ((:file "oracle-package")