mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
ocicl suppprt for other project use
This commit is contained in:
parent
16916cd7ff
commit
04d2a42d89
3 changed files with 29 additions and 7 deletions
|
|
@ -719,6 +719,14 @@ clog-builder window.")
|
|||
(format t "~%If browser does not start go to http://127.0.0.1:~A/builder~%~%" port)
|
||||
(open-browser :url (format nil "http://127.0.0.1:~A/builder" port))))
|
||||
|
||||
#-quicklisp
|
||||
(defpackage #:ql
|
||||
(:use #:cl)
|
||||
(:export :*local-project-directories*))
|
||||
|
||||
#-quicklisp
|
||||
(defvar ql:*local-project-directories* (list (uiop:getcwd)))
|
||||
|
||||
#+(and windows quicklisp)
|
||||
(in-package #:quicklisp-client)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue