summaryrefslogtreecommitdiff
path: root/db-4.8.30/dist/winmsi/environment.in
blob: 4188c9547de8bc7870a5beac1dff435c64ad62a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id$
# Lists environment variables needed to install particular
# features in Windows.  Feature names must be
# listed in features.in .  The meaning of each line is:
# if a given FEATURE is selected, add to the environment VARIABLE
# the given VALUE (relative to the root of the tree).
# Options may be +first or +last to put it at the beginning or end
# of the variable.  The items are processed in the order given here,
# so an entry with +first will no longer be first if another line
# with +first follows it.

# Note: columns below must be separated by tabs.

# feature	variable		value			options

DCoreAPI	PATH			/bin\\debug		+first
CoreAPI		PATH			/bin			+first

# The debug versions go last, they are preferred if they are installed.
JavaEx		CLASSPATH		/jar\\dbexamples.jar	+last
JavaAPI		CLASSPATH		/jar\\db.jar		+last
DJavaEx		CLASSPATH		/jar\\debug\\dbexamples.jar	+last
DJavaAPI	CLASSPATH		/jar\\debug\\db.jar	+last