chiark / gitweb /
Fix compilation for Gtk with the new, stricter inheritance
[clg] / tools / clg-tools.asd
index 8ab71ab0a09846cb246cc1348f92cacaa96d8eda..cf6fb2e81efb61e1d49f5cfda306600f667d5c5c 100644 (file)
 
 (defsystem clg-tools
   :depends-on (#+sbcl sb-posix)
-  :components ((:file "autoexport")
-              (:file "utils")
+  :components ((:file "utils")
               (:file "config" :depends-on ("utils"))
-              (:file "asdf-extensions" :depends-on ("utils"))))
+              (:file "asdf-extensions" :depends-on ("utils" "config"))
+              (:file "autoexport" :depends-on ("asdf-extensions"))))
+
+
+
+;; For backward compatibility
+(let ((dir (asdf:component-pathname (asdf:find-system :clg-tools))))
+  (setf (logical-pathname-translations "clg")
+   `(("**;*.*.*" ,(make-pathname :directory (append (butlast (pathname-directory dir)) (list :wild-inferiors)) #+win32 :defaults #+win32 dir)))))