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