From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/dist/winmsi/environment.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 db-4.8.30/dist/winmsi/environment.in (limited to 'db-4.8.30/dist/winmsi/environment.in') diff --git a/db-4.8.30/dist/winmsi/environment.in b/db-4.8.30/dist/winmsi/environment.in new file mode 100644 index 0000000..4188c95 --- /dev/null +++ b/db-4.8.30/dist/winmsi/environment.in @@ -0,0 +1,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 -- cgit v1.2.3