;;; $Id: chez-localize-example.scm,v 1.2 2005/02/17 19:09:06 leavens Exp $ ;;; If you are using Chez Scheme, you need to modify the following to ;;; describe the full path to the directory PLT/collects in the ;;; DrScheme install. In any case that directory has to be just above ;;; this directory (the full path to ..). (define *trms:collects-dir* "c:/cygwin/usr/local/PLT/collects/") ;;; An example for Unix.. ;(define *trms:collects-dir* ; "/opt/plt/collects/")