diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2011-08-08 10:09:59 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2011-08-08 10:09:59 +0200 |
commit | 82aa58b21049391eb6ac80683fe0b5497a7e7dcb (patch) | |
tree | 47eae6dc00111dd7f91d0db35f14472785cccadf /install-win32 | |
parent | Win32: Fill "Details" properties for openvpnserv.exe (diff) | |
download | openvpn-master.tar.xz |
Diffstat (limited to '')
-rwxr-xr-x | install-win32/makeopenvpn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-win32/makeopenvpn b/install-win32/makeopenvpn index ced2a54..9dee5c5 100755 --- a/install-win32/makeopenvpn +++ b/install-win32/makeopenvpn @@ -10,6 +10,7 @@ case "`uname -o 2>/dev/null`" in export CC=i586-mingw32msvc-gcc export CXXCPP=i586-mingw32msvc-cpp export CXX=i586-mingw32msvc-g++ + export WINDRES=i586-mingw32msvc-windres # this requires the human to setup these environ vars: # OPENSSL_DIR LZO_DIR PKCS11_HELPER_DIR OPENSSL_INC_DIR=$OPENSSL_DIR/include |