Works again.
[uxul-world.git] / uxul-world-leveleditor.asd
1 ;;; -*- lisp -*-
2
3 ;;; Copyright 2009 Christoph Senjak
4
5 (defsystem "uxul-world-leveleditor"
6   :description "Uxul World Leveleditor"
7   :version "No Release Yet"
8   :author "Christoph Senjak <firstName.secondName at googlemail.com>"
9   :license "Copyright 2009 Christoph Senjak."
10   :depends-on (#:uxul-world
11                #:ltk #:skippy #:flexi-streams)
12   :components ((:file "uxul-world-leveleditor")
13                (:file "leveleditor"))
14   :serial t)