racket/collects/profj/libs/java/io/installer.ss
2008-02-24 21:27:36 +00:00

8 lines
177 B
Scheme

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