From: espen Date: Wed, 27 Oct 2004 15:14:35 +0000 (+0000) Subject: Splitted into multiple ASDF systems X-Git-Tag: clg-0-90~283 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/8a38edaa17199293ad4b98ab429424eb0337f48f Splitted into multiple ASDF systems --- diff --git a/clg.system b/clg.system deleted file mode 100644 index 1a84665..0000000 --- a/clg.system +++ /dev/null @@ -1,151 +0,0 @@ -;;; -*- Mode: lisp -*- - -(defpackage "CLG-SYSTEM" - (:use "COMMON-LISP" "EXTENSIONS" "ALIEN") - (:export "*GTK-LIBRARY-PATH*")) - -(in-package "CLG-SYSTEM") - -;; Suggested by Marco Antoniotti -(eval-when (:load-toplevel :execute :compile-toplevel) - (unless (find-package "MAKE") - (error "CLG requires the MK:DEFSYSTEM to be properly compiled ~ - and loaded.~%~ - You can download MK:DEFSYSTEM from the CLOCC.~@ -