source:
project/release/3/crypto-tools/trunk/crypto-tools.setup
Last change on this file was 13221, checked in by , 12 years ago | |
---|---|
File size: 304 bytes |
Line | |
---|---|
1 | (compile -s -O2 -d1 crypto-tools.scm) |
2 | (compile -c -O2 -d1 crypto-tools.scm -unit crypto-tools) |
3 | ; |
4 | (install-extension |
5 | 'crypto-tools |
6 | '("crypto-tools.o" "crypto-tools.so" "crypto-tools.html") |
7 | '((version 1.1) |
8 | (static "crypto-tools.o") ;; for static linking |
9 | (documentation "crypto-tools.html"))) |
Note: See TracBrowser
for help on using the repository browser.