;;;; -*- Hen -*- (define (dynld-name fn) (make-pathname #f fn ##sys#load-dynamic-extension)) (compile -X easyffi -O2 -d0 -s random-test.scm -j random-test) (compile -O2 -d0 -s random-test.import.scm) (run (csi -qbs random-test-eggdoc.scm > random-test.html)) (install-extension ; Name of your extension: 'random-test ; Files to install for your extension: `(,(dynld-name "random-test") ,(dynld-name "random-test.import") "random-test.html" "random-test.fig1.png" "random-test.fig2.png" "random-test.fig3.png" ) ; Assoc list with properties for your extension: '((version 1.7) (documentation "random-test.html")))