source:
project/release/4/sendfile/trunk/sendfile.setup
@
11950
Last change on this file since 11950 was 11950, checked in by , 13 years ago | |
---|---|
File size: 325 bytes |
Line | |
---|---|
1 | (run (csc -s -d0 -O2 sendfile.scm sendfile-implementation.c)) |
2 | (run (csc -c -d0 -O2 sendfile.scm sendfile-implementation.c -unit sendfile -o sendfile-static.o)) |
3 | (install-extension |
4 | 'sendfile |
5 | '("sendfile.so" "sendfile-static.o") |
6 | '((version "1.5.0") |
7 | (static "sendfile-static.o") |
8 | (documentation "sendfile.html"))) |
Note: See TracBrowser
for help on using the repository browser.