11 lines
499 B
Scheme
11 lines
499 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "ProfessorJ")
|
|
(define doc.txt "doc.txt")
|
|
(define tools (list (list "tool.ss")))
|
|
(define install-collection "installer.ss")
|
|
(define pre-install-collection "pre-installer.ss")
|
|
(define compile-subcollections (list (list "profj" "parsers")
|
|
(list "profj" "libs" "java" "lang")
|
|
(list "profj" "libs" "java" "io")
|
|
(list "profj" "libs" "java" "util"))))
|