;;; $Id: localize-example.scm,v 1.1 2005/12/22 17:42:23 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 ;;; two directories 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/")