;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (load-system :hu.dwim.asdf) (in-package :hu.dwim.asdf) (defsystem :hu.dwim.projectional-editor.sdl :class hu.dwim.system :package-name :hu.dwim.projectional-editor :description "The SDL backend for the generic purpose projectional editor." :depends-on (:hu.dwim.projectional-editor :lispbuilder-sdl-gfx :lispbuilder-sdl-image :lispbuilder-sdl-ttf) :components ((:module "source" :components ((:module "sdl" :components ((:file "device") (:file "editor" :depends-on ("device")) (:file "projection" :depends-on ("device"))))))))