;info file for MyTest Support tool ;To compile the whole collection into a plt-archive ;type at the command prompt from the plt directory: ;mzc --all-users --collection-plt mytest.plt mytest #lang setup/infotab (define tool-name "MyTest Interface") (define name tool-name) ;(define compile-omit-files (list "dde-parser.scm")) (define tools (list "mytest-tool.ss")) ;(define tool-icons (list '("mytest.png" "mytest"))) (define tool-names (list tool-name)) ;in the following directories is nothing to compile for ;setup-plt (define compile-omit-paths '("dll" "misc" "scribblings")) ;multi-page flag necessary to produce different files for sections ;(define scribblings '(("scribblings/mytest.scrbl" (multi-page)(interop))))