Last change
on this file since 31138 was
31138,
checked in by felix winkelmann, 6 years ago
|
added preliminary eggs for extraction from core libraries
|
File size:
310 bytes
|
Line | |
---|
1 | (compile -s -O3 -d1 memory-mapped-files.scm -emit-inline-file memory-mapped-files.inline -J) |
---|
2 | (compile -s -O3 -d0 memory-mapped-files.import.scm) |
---|
3 | |
---|
4 | (install-extension |
---|
5 | 'memory-mapped-files |
---|
6 | '("memory-mapped-files.so" "memory-mapped-files.import.so" |
---|
7 | "memory-mapped-files.inline" "memory-mapped-files.types")) |
---|
8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.