racket/collects/setup/winstall.ss
2005-05-27 18:56:37 +00:00

10 lines
235 B
Scheme

;; sets directories for Windows installation
(let ([plthome (build-path
(current-load-relative-directory)
'up 'up)])
(putenv "PLTHOME" plthome)
(current-library-collection-paths
(list (build-path plthome "collects"))))