source:
project/tinyclos/tinyclos.setup
@
2615
Last change on this file since 2615 was 2615, checked in by , 14 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | (compile -s -O2 -d1 tinyclos-base.scm -emit-exports tinyclos.exports) |
2 | (install-extension |
3 | 'tinyclos |
4 | '("tinyclos.scm" "tinyclos-base.so") |
5 | '((version 1.0) |
6 | (exports "tinyclos.exports") |
7 | (examples "tinyclos-examples.scm") |
8 | (require-at-runtime tinyclos-base) ) ) |
Note: See TracBrowser
for help on using the repository browser.