Corrected the dependencies. Level Editor works again using Skippy.
[uxul-world.git] / uxul-world.asd
index 9f2e2d1..9190c77 100755 (executable)
@@ -9,18 +9,14 @@
   :license "Copyright 2009 Christoph Senjak."
   :depends-on (#:lispbuilder-sdl #:closer-mop
                                 #:cl-fad
-                                ;#:asdf
-                                #:ltk
-                                #:lisp-magick
-                                 #:lispbuilder-sdl-image
-                                 #:trivial-garbage)
-  :components ((:file "package")
-               (:file "macros")
+                                 #:lispbuilder-sdl-image)
+  :components ((:file "uxul-world")
                (:file "constants")
+               (:file "macros")
+              (:file "bmp")
                (:file "xy-coordinates")
                (:file "collision")
                (:file "files")
-              (:file "leveleditor")
                (:file "animation")
                (:file "functions")
                (:file "game-object")