[mcclim-cvs] CVS mcclim

thenriksen thenriksen at common-lisp.net
Sun Nov 12 22:24:27 UTC 2006


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv6151

Modified Files:
	mcclim.asd 
Log Message:
Make sure dialog.lisp is loaded before builtin-commands.lisp.


--- /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/11/08 01:19:02	1.33
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/11/12 22:24:27	1.34
@@ -233,8 +233,10 @@
                                                     "bordered-output" "presentation-defs"
                                                     "dialog-views" "input-editing"
                                                     "commands"))
-               (:file "builtin-commands" :depends-on ("table-formatting" "commands" "presentations"
-                                                                         "presentation-defs" "input-editing"))))
+               (:file "builtin-commands" :depends-on ("table-formatting"
+                                                      "commands" "presentations"
+                                                      "dialog" "presentation-defs"
+                                                      "input-editing"))))
 
 (defsystem :esa-mcclim
   :depends-on (:clim-core)




More information about the Mcclim-cvs mailing list