[mcclim-cvs] CVS mcclim
thenriksen
thenriksen at common-lisp.net
Wed Dec 20 01:37:01 UTC 2006
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv23603
Modified Files:
mcclim.asd
Log Message:
Fixed file interdependencies in the Clouseau system definition.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/10 19:33:28 1.39
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/20 01:37:01 1.40
@@ -539,8 +539,8 @@
:pathname #.(make-pathname :directory '(:relative "Apps" "Inspector"))
:components
((:file "package")
- (:file "disassembly")
- (:file "inspector")))))
+ (:file "disassembly" :depends-on ("package"))
+ (:file "inspector" :depends-on ("disassembly"))))))
(defmethod perform :after ((op load-op) (c (eql (find-system :clim))))
(pushnew :clim *features*)
More information about the Mcclim-cvs
mailing list