source:
project/srfi-89/srfi-89.setup
@
7231
Last change on this file since 7231 was 7231, checked in by , 13 years ago | |
---|---|
File size: 328 bytes |
Line | |
---|---|
1 | ;;;; srfi-89.setup -*- Scheme -*- |
2 | |
3 | (compile -s -O2 -d0 srfi-89-support.scm) |
4 | (compile -c -O2 -d0 srfi-89-support.scm -o srfi-89.o) |
5 | |
6 | (install-extension |
7 | 'srfi-89 |
8 | '("srfi-89.scm" "srfi-89-support.so") |
9 | '((documentation "srfi-89.html") |
10 | (version 1.0) |
11 | (static srfi-89.o) |
12 | (syntax) |
13 | (require-at-runtime srfi-89-support) ) ) |
Note: See TracBrowser
for help on using the repository browser.