1# $Id$
2# Lists environment variables needed to install particular
3# features in Windows.  Feature names must be
4# listed in features.in .  The meaning of each line is:
5# if a given FEATURE is selected, add to the environment VARIABLE
6# the given VALUE (relative to the root of the tree).
7# Options may be +first or +last to put it at the beginning or end
8# of the variable.  The items are processed in the order given here,
9# so an entry with +first will no longer be first if another line
10# with +first follows it.
11
12# Note: columns below must be separated by tabs.
13
14# feature	variable		value			options
15
16DCoreAPI	PATH			/bin\\debug		+first
17CoreAPI		PATH			/bin			+first
18
19# The debug versions go last, they are preferred if they are installed.
20JavaEx		CLASSPATH		/jar\\dbexamples.jar	+last
21JavaAPI		CLASSPATH		/jar\\db.jar		+last
22DJavaEx		CLASSPATH		/jar\\debug\\dbexamples.jar	+last
23DJavaAPI	CLASSPATH		/jar\\debug\\db.jar	+last
24