source:
branches/home/psmith/restructure/src/old/nio-httpd.asd
Last change on this file was 18, checked in by , 18 years ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
1 | |
2 | (defsystem :nio-httpd |
3 | :components ((:file "src/nio-server") |
4 | (:file "src/nio-httpd" :depends-on ("src/nio-server")) |
5 | (:file "src/nio-httpd-default-site" :depends-on ("src/nio-httpd"))) |
6 | :depends-on (:nio)) |
Note: See TracBrowser
for help on using the repository browser.