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