Last change
on this file was
28352,
checked in by felix winkelmann, 8 years ago
|
ssax 5.0.7: more specific exn thrown on error (thanks to ckeen)
|
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.7))) |
---|
Note: See
TracBrowser
for help on using the repository browser.