source:
branches/home/psmith/restructure/src/statemachine/nio-sm.asd
Last change on this file was 49, checked in by , 18 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- |
2 | |
3 | (in-package :asdf) |
4 | |
5 | (defsystem :nio-sm |
6 | |
7 | :components ((:file "nio-sm-package") |
8 | (:file "state-machine" :depends-on ("nio-sm-package")) |
9 | ) |
10 | |
11 | :depends-on (:nio :nio-utils)) |
Note: See TracBrowser
for help on using the repository browser.