diff options
Diffstat (limited to 'chicanery.egg')
-rw-r--r-- | chicanery.egg | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/chicanery.egg b/chicanery.egg index e959cb8..2bce2f1 100644 --- a/chicanery.egg +++ b/chicanery.egg | |||
@@ -7,20 +7,10 @@ | |||
7 | (category lang-exts) | 7 | (category lang-exts) |
8 | (dependencies r7rs utf8) | 8 | (dependencies r7rs utf8) |
9 | (components | 9 | (components |
10 | (extension chicanery.base | 10 | (extension chicanery |
11 | (source chicanery.base.scm) | 11 | (source chicanery.scm) |
12 | (types-file) ; I don't know what this does ... | 12 | (types-file) ; I don't know what this does ... |
13 | (inline-file) | 13 | (inline-file) |
14 | (csc-options "-X" "r7rs" "-R" "r7rs" | 14 | (csc-options "-X" "r7rs" "-R" "r7rs" |
15 | "-X" "utf8" "-R" "utf8")) | 15 | "-X" "utf8" "-R" "utf8" |
16 | (extension chicanery.extras | 16 | "-no-warnings")))) |
17 | (source chicanery.extras.scm) | ||
18 | (component-dependencies chicanery.base) | ||
19 | (types-file) | ||
20 | (inline-file)) | ||
21 | (extension chicanery | ||
22 | (source chicanery.scm) | ||
23 | (component-dependencies chicanery.base | ||
24 | chicanery.extras) | ||
25 | (types-file) | ||
26 | (inline-file)))) | ||