;;; $Id: localize-example.scm,v 1.3 2006/01/18 23:17:27 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") ;;; Copyright (C) 2006 Iowa State University ;;; ;;; This file is part of Typedscm. ;;; ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public License ;;; as published by the Free Software Foundation; either version 2.1, ;;; of the License, or (at your option) any later version. ;;; ;;; This library is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;; Lesser General Public License for more details. ;;; ;;; You should have received a copy of the GNU Lesser General Public ;;; License along with Typedscm; see the file LesserGPL.txt. If not, ;;; write to the Free Software Foundation, Inc., 51 Franklin St, Fifth ;;; Floor, Boston, MA 02110-1301 USA.