#! /bin/bash

# This file should be sourced (i.e. '. <filename>')

export CLASSPATH='.;d:\MultiJava;c:\cygwin\usr\local\antlr;c:\cygwin\usr\local\junit\junit.jar;c:\cygwin\usr\local\gnu'
# The double backslashes are necessary under Sun's javac for Windows.
# When make uses the environment variables the \\ become \, which is
# what javac for Windows expects as a file separator character.
export CLASSROOT='/home/MultiJava'
export JCLASSROOT='d:\\MultiJava'
export JFILESEP='\\'
export JDKDOCDIR='file:c:\\cygwin\\usr\\local\\jdk1.4\\docs\\api'
# export KOPIDOCDIR='file:c:\\cygwin\\usr\\unsup\\kopi\\docs'
