X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;fp=clsql.system;h=867d69b9af5e15736c3d296ce45f05e392002f58;hb=0384597fcf4fdc8b05c48596798606ea5dc58146;hp=52c55fd513f066f78a27d309a546e84c9e389dd7;hpb=30656549f102f19d3cedba9e2b6e30fc763ea20d;p=clsql.git diff --git a/clsql.system b/clsql.system index 52c55fd..867d69b 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.3 2002/03/29 07:42:10 kevin Exp $ +;;;; $Id: clsql.system,v 1.4 2002/03/29 08:12:15 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,7 +37,8 @@ :source-extension "cl" :binary-pathname "CLSQL:sql;bin;" :components ((:file "package") - (:file "conditions" :depends-on ("package")) + (:file "classes") + (:file "conditions" :depends-on ("classes")) (:file "db-interface" :depends-on ("conditions")) (:file "sql" :depends-on ("db-interface")) (:file "utils" :depends-on ("package"))