mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Fix for quicklisp
This commit is contained in:
parent
26fe71e142
commit
5fe1ef7935
3 changed files with 5 additions and 8 deletions
|
|
@ -13,6 +13,9 @@
|
||||||
(defpackage #:clog-user
|
(defpackage #:clog-user
|
||||||
(:use #:cl #:clog))
|
(:use #:cl #:clog))
|
||||||
|
|
||||||
|
(defpackage #:clog-tools
|
||||||
|
(:use #:cl #:clog #:clog-gui))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - CLOG Utilities
|
;; Implementation - CLOG Utilities
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
(defpackage #:clog-tools
|
|
||||||
(:use #:cl #:clog #:clog-gui)
|
|
||||||
(:export clog-builder))
|
|
||||||
|
|
||||||
(in-package :clog-tools)
|
(in-package :clog-tools)
|
||||||
|
(export 'clog-builder)
|
||||||
|
|
||||||
(defvar supported-controls
|
(defvar supported-controls
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
(defpackage #:clog-tools
|
|
||||||
(:use #:cl #:clog #:clog-gui)
|
|
||||||
(:export clog-db-admin))
|
|
||||||
|
|
||||||
(in-package :clog-tools)
|
(in-package :clog-tools)
|
||||||
|
(export 'clog-db-admin)
|
||||||
|
|
||||||
(defclass app-data ()
|
(defclass app-data ()
|
||||||
((body
|
((body
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue