Line | |
---|
1 | (define spiffy-version "4.14") |
---|
2 | |
---|
3 | (compile -s -O2 spiffy.scm -j spiffy) |
---|
4 | (compile -s -O2 spiffy.import.scm) |
---|
5 | |
---|
6 | (compile -s -O2 simple-directory-handler.scm -j simple-directory-handler) |
---|
7 | (compile -s -O2 simple-directory-handler.import.scm) |
---|
8 | |
---|
9 | (compile -s -O2 cgi-handler.scm -j cgi-handler) |
---|
10 | (compile -s -O2 cgi-handler.import.scm) |
---|
11 | |
---|
12 | (compile -s -O2 ssp-handler.scm -j ssp-handler) |
---|
13 | (compile -s -O2 ssp-handler.import.scm) |
---|
14 | |
---|
15 | (compile -s -O2 web-scheme-handler.scm -j web-scheme-handler) |
---|
16 | (compile -s -O2 web-scheme-handler.import.scm) |
---|
17 | |
---|
18 | (install-extension |
---|
19 | 'spiffy |
---|
20 | '("spiffy.so" "spiffy.import.so" |
---|
21 | "simple-directory-handler.so" "simple-directory-handler.import.so" |
---|
22 | "cgi-handler.so" "cgi-handler.import.so" |
---|
23 | "ssp-handler.so" "ssp-handler.import.so" |
---|
24 | "web-scheme-handler.so" "web-scheme-handler.import.so") |
---|
25 | `((version ,spiffy-version) |
---|
26 | (documentation "spiffy.html"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.