Changeset 11981 in project
- Timestamp:
- 09/23/08 19:43:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/sendfile/trunk/sendfile.setup
r11950 r11981 1 (run (csc -s -d0 -O2 sendfile.scm sendfile-implementation.c)) 1 (run (csc -s -d0 -O2 -j sendfile sendfile.scm sendfile-implementation.c)) 2 (run (csc -s -d0 -O2 sendfile.import.scm)) 2 3 (run (csc -c -d0 -O2 sendfile.scm sendfile-implementation.c -unit sendfile -o sendfile-static.o)) 3 4 (install-extension 4 5 'sendfile 5 '("sendfile.so" "sendfile -static.o")6 '("sendfile.so" "sendfile.import.so" "sendfile-static.o") 6 7 '((version "1.5.0") 7 8 (static "sendfile-static.o")
Note: See TracChangeset
for help on using the changeset viewer.