Commit 2e34738d authored by Dave Cooper's avatar Dave Cooper
Browse files

streamlined temporary gendl-asdf system.

parent 383540ee
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@
  :description "asdf gendl artifacts loading"
  :serial t 
  :version "20161111" 
  :depends-on (#:gwl) ;; TODO reduce this one to a minimal dependency
  :depends-on ()
  :components ((:file "gendl-asdf")))
+1 −1
Original line number Diff line number Diff line
;;;; -*- coding: utf-8 -*-
(in-package :gdl-user)
(in-package :cl-user)

(defclass asdf::gdl (asdf::cl-source-file) ((type :initform "gdl")))
(defclass asdf::gendl (asdf::cl-source-file) ((type :initform "gendl")))