source:
project/release/4/ssax/tags/5.0.6/ssax.setup
Last change on this file was 25929, checked in by , 9 years ago | |
---|---|
File size: 290 bytes |
Line | |
---|---|
1 | |
2 | (define (dynld-name fn) |
3 | (make-pathname #f fn ##sys#load-dynamic-extension)) |
4 | |
5 | (compile -s -O2 -d1 -o ,(dynld-name "ssax") -j ssax ssax-chicken.scm) |
6 | (compile -s -O2 -d0 ssax.import.scm) |
7 | |
8 | (install-extension 'ssax |
9 | `(,(dynld-name "ssax") ,(dynld-name "ssax.import")) |
10 | `((version 5.0.6))) |
Note: See TracBrowser
for help on using the repository browser.