Skip to content
Snippets Groups Projects
Commit a22f2e29 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

update load-source-op documentatio

parent ef2e9cee
No related branches found
No related tags found
No related merge requests found
$Id: README,v 1.21 2002/06/19 18:38:52 dan_b Exp $ -*- Text -*- $Id: README,v 1.22 2002/08/23 20:54:08 kevinrosenberg Exp $ -*- Text -*-
asdf: another system definition facility asdf: another system definition facility
...@@ -388,8 +388,10 @@ so too ...@@ -388,8 +388,10 @@ so too
**** load-source-op **** load-source-op
Sometimes systems have knotty dependencies which require that sources This method will load the source for the files in a module even if the
are loaded before they can be compiled. This is how you do that. source files have been compiled. Systems sometimes have knotty
dependencies which require that sources are loaded before they can be
compiled. This is how you do that.
If you are creating a component type, you need to implement this If you are creating a component type, you need to implement this
operation - at least, where meaningful. operation - at least, where meaningful.
......
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
(defsystem cclan (defsystem cclan
:version "0.0" :version "0.0"
#+common-lisp-controller :pathname #+common-lisp-controller "cl-library:cclan;"
:components ((:file "cclan-package") :components ((:file "cclan-package")
(:file "cclan" :depends-on ("cclan-package")))) (:file "cclan" :depends-on ("cclan-package"))))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment