; FILE AUTOMATICALLY GENERATED! ; ; This file was automatically generated by the svnwiki-scheme-library extension. ; The authoritative source for this is: ; ; http://wiki.freaks-unidos.net/weblogs/azul/format-compiler ; ; Generation data: ; ; Input revision: 17017 ; User: www-data ; Machine: mononykus.freaks-unidos.net ; Date: Sat Jul 10 09:04:58 2010 (define *has-exports* (and (string>=? (chicken-version) "2.310") (string<=? (chicken-version) "4"))) (define (dynld-name fn) (make-pathname #f fn ##sys#load-dynamic-extension)) (compile -O2 -d1 -c ,@(if *has-exports* '(-check-imports -emit-exports format-compiler.exports) '()) format-compiler.scm -unit format-compiler) (compile -O2 -d1 -s ,@(if *has-exports* '(-check-imports -emit-exports format-compiler.exports) '()) format-compiler.scm -j format-compiler) (compile -O2 -d0 -s ,@(if *has-exports* '(-check-imports -emit-exports format-compiler.exports) '()) format-compiler.import.scm) (install-extension 'format-compiler ; Files to install: `(,@(if *has-exports* '("format-compiler.exports") (list)) ,(dynld-name "format-compiler.import") ,(dynld-name "format-compiler")) ; Extension properties: `((documentation "format-compiler.html") (version "17017")))