summaryrefslogtreecommitdiff
path: root/install-win32/settings.in
blob: 4a0a564e7cec0c37d0856e670ea04339d34c78e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Version numbers, settings, and dependencies
# for Windows OpenVPN installer.

# Get the OpenVPN version number
!include "autodefs/version.in"

# Branding
!define PRODUCT_NAME      "OpenVPN"
!define PRODUCT_UNIX_NAME "openvpn"
!define PRODUCT_FILE_EXT  "ovpn"

# Allow --askpass and --auth-user-pass passwords to be read from a file
;!define ENABLE_PASSWORD_SAVE

# Include the OpenVPN GUI exe in the installer.
# May be undefined.
!define OPENVPN_GUI_DIR "../openvpn-gui"
!define OPENVPN_GUI     "openvpn-gui-1.0.3.exe"

# Include the OpenVPN XML-based GUI exe in the installer.
# May be undefined.
;!define OPENVPN_XGUI_DIR "../ovpnxml"

# Prebuilt libraries.  DMALLOC is optional.
!define OPENSSL_DIR	  "../openssl.mingw/openssl-0.9.8o"
!define LZO_DIR		  "../lzo-2.02"
!define PKCS11_HELPER_DIR "../pkcs11-helper"
;!define DMALLOC_DIR	  "../dmalloc-5.4.2"

# Prebuilt TAP drivers and tapinstall
!define TAPBINSRC "../tap_dist"

# Directory containing python script for signing .exe files
!define SIGNTOOL        "../signtool"

# Optional directory of prebuilt OpenVPN binary components,
# to be used as a source when build-from-scratch prerequisites
# are not met.
;!define GENOUT_PREBUILT  "../gen-prebuilt"

# -j parameter passed to make
!define MAKE_JOBS 1

# output directory for built binaries
# and other generated files
!define GENOUT "gen"

# delete GENOUT directory before starting
# set to "yes" or "no"
!define CLEAN "yes"

# Don't strip executables and DLLs
;!define NO_STRIP

; DEBUGGING -- set to something like "-DBG2"
!define OUTFILE_LABEL ""

; DEBUGGING -- set to something like "DEBUG2"
!define TITLE_LABEL ""

# include a sample configuration file and key
;!define SAMPCONF_DIR   "test-key"
;!define SAMPCONF_CONF  "test.ovpn"
;!define SAMPCONF_P12   "test.p12"
;!define SAMPCONF_TA    "ta.key"
;!define SAMPCONF_CA    "ca.crt"
;!define SAMPCONF_CRT   "test.crt"
;!define SAMPCONF_KEY   "test.key"

# Extract files embedded in installer
;!define EXTRACT_FILES