ecl/src/util/defsys.lsp
2001-06-26 17:14:44 +00:00

16 lines
414 B
Common Lisp

;;;
;;; **********************************************************************
;;; (c) Copyright G. Attardi, 1990. All rights reserved.
;;; **********************************************************************
(defparameter *util-directory* "")
(sbt:defsystem util
:modules
'((system t t ()) ; a system building tool
)
:directory *util-directory*
:pathname-types '("lsp" . "o"))