[graphic-forms-cvs] r31 - trunk

junrue at common-lisp.net junrue at common-lisp.net
Mon Mar 6 03:57:40 UTC 2006


Author: junrue
Date: Sun Mar  5 22:57:40 2006
New Revision: 31

Modified:
   trunk/graphic-forms-uitoolkit.asd
Log:
changed my mind about importing lw-compat

Modified: trunk/graphic-forms-uitoolkit.asd
==============================================================================
--- trunk/graphic-forms-uitoolkit.asd	(original)
+++ trunk/graphic-forms-uitoolkit.asd	Sun Mar  5 22:57:40 2006
@@ -45,14 +45,7 @@
   :components
     ((:module "src"
         :components
-          ((:module "third-party"
-              :components
-                ((:module "lw-compat"
-                    :components
-                      (#-lispworks (:file "lw-compat-package")
-                       #-lispworks (:file "lw-compat"
-                                      :depends-on ("lw-compat-package"))))))
-           (:file "packages")
+          ((:file "packages")
            (:module "intrinsics"
               :depends-on ("packages")
               :components
@@ -100,6 +93,7 @@
                        (:file "event-generics")
                        (:file "layout-generics")
                        (:file "widget-generics")
+                       (:file "event-dispatcher")
                        (:file "widget-utils")
                        (:file "item")
                        (:file "widget")



More information about the Graphic-forms-cvs mailing list