Loading gendl-asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -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"))) gendl-asdf.lisp +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"))) Loading Loading
gendl-asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -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")))
gendl-asdf.lisp +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"))) Loading