source:
project/nondescript/sockets/sockets.setup
@
35339
Last change on this file since 35339 was 2448, checked in by , 14 years ago | |
---|---|
File size: 230 bytes |
Line | |
---|---|
1 | (switch (software-type) |
2 | ['windows (compile sockets.scm -O2 -d1 -s -lws2_32)] |
3 | [else (compile sockets.scm -O2 -d1 -s)]) |
4 | |
5 | (install-extension 'sockets '("sockets.so" "sockets.html") '((version 0.9) (documentation "sockets.html"))) |
Note: See TracBrowser
for help on using the repository browser.