Last change
on this file since 12396 was
12396,
checked in by felix winkelmann, 12 years ago
|
proper fix for overview-printing, by Taylor
|
File size:
525 bytes
|
Line | |
---|
1 | ;;;;;; Setup file for the Dissector egg -*- Mode: Scheme -*- |
---|
2 | |
---|
3 | ;;; Copyright (C) 2004, Taylor Campbell |
---|
4 | ;;; All rights reserved. |
---|
5 | ;;; See the LICENCE file for details. |
---|
6 | |
---|
7 | (make (("dissector.so" ("chicken_load.scm") |
---|
8 | (run (csc -s chicken_load.scm -o dissector.so -j dissector))) |
---|
9 | ("dissector.import.so" ("dissector.import.scm") |
---|
10 | (run (csc -s dissector.import.scm)))) |
---|
11 | '("dissector.so" "dissector.import.so")) |
---|
12 | |
---|
13 | (install-extension 'dissector |
---|
14 | '("dissector.so" "dissector.import.so") |
---|
15 | '((version "1.7.5"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.