[mcclim-cvs] CVS update: mcclim/system.lisp

Andy Hefner ahefner at common-lisp.net
Sun Jan 2 05:18:01 UTC 2005


Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv14488

Modified Files:
	system.lisp 
Log Message:
Migrate listener system definition into McCLIM/system.lisp. It should
now be possible to load the listener by loading McCLIM/system.lisp then
loading the clim-listener system and at least one backend system (such
as clim-clx). This obsoletes clim-listener.asd.


Date: Sun Jan  2 06:18:00 2005
Author: ahefner

Index: mcclim/system.lisp
diff -u mcclim/system.lisp:1.106 mcclim/system.lisp:1.107
--- mcclim/system.lisp:1.106	Mon Dec 20 16:49:49 2004
+++ mcclim/system.lisp	Sun Jan  2 06:17:59 2005
@@ -250,3 +250,14 @@
   "Apps/Scigraph/scigraph/frame"
   "Apps/Scigraph/scigraph/export"
   "Apps/Scigraph/scigraph/demo-frame")
+
+(clim-defsystem (:clim-listener :depends-on (:clim #+clx :clim-looks #+sbcl :sb-posix))
+  "Experimental/xpm"
+  "Apps/Listener/package"
+  "Apps/Listener/hotfixes"
+  "Apps/Listener/util"
+  "Apps/Listener/icons.lisp"
+  "Apps/Listener/file-types"
+  "Apps/Listener/dev-commands"
+  "Apps/Listener/listener"
+  #+CMU "Apps/Listener/cmu-hacks")




More information about the Mcclim-cvs mailing list