racket/collects/profj/libs/java/io/installer.ss
2005-05-27 18:56:37 +00:00

7 lines
176 B
Scheme

(module installer mzscheme
(provide installer)
(define (installer plthome)
;replace with calls to compile Java files when they exist at this location
(void)
))