0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/deps/win/parms.py
2014-08-27 16:40:34 -06:00

19 lines
642 B
Python

PARMS = {
"DEBUG" : False,
"OVPN3" : "c:\\src\\ovpn3",
"TAP" : "c:\\src\\tap-windows6",
"TAP_WIN_COMPONENT_ID" : "tap0901", # Community: tap0901, Access Server: tapoas
"DEP" : "z:\\james\\downloads",
"BUILD" : "c:\\src\\ovpn3-build",
"DIST" : "c:\\src\\ovpn3\\dist",
"PATCH" : "c:\\src\\as\\pyovpn\\patch",
"GIT" : "c:\\Program Files (x86)\\Git",
"NASM" : "c:\\src\\nasm-2.07",
"MSVC_DIR" : "c:\\Program Files (x86)\\Microsoft Visual Studio 12.0",
"ARCH" : "x86", # one of amd64, x86
"LIB_VERSIONS" : {
'openssl' : "openssl-1.0.1f",
'boost' : "boost_1_55_0",
}
}