source:
project/release/4/uri-generic/tags/1.10/uri-generic.setup
@
13108
Last change on this file since 13108 was 12386, checked in by , 12 years ago | |
---|---|
File size: 370 bytes |
Line | |
---|---|
1 | ;; -*- Hen -*- |
2 | |
3 | (compile -s -O2 uri-generic.scm -j uri-generic) |
4 | (compile -s -O2 uri-generic.import.scm) |
5 | |
6 | (install-extension |
7 | |
8 | ;; Name of your extension: |
9 | 'uri-generic |
10 | |
11 | ;; Files to install for your extension: |
12 | `("uri-generic.so" "uri-generic.import.so") |
13 | |
14 | ;; Assoc list with properties for your extension: |
15 | '((version 1.10) |
16 | (documentation "uri-generic.html"))) |
Note: See TracBrowser
for help on using the repository browser.