aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2011-08-08 10:09:59 +0200
committerBertrand Jacquin <beber@meleeweb.net>2011-08-08 10:09:59 +0200
commit82aa58b21049391eb6ac80683fe0b5497a7e7dcb (patch)
tree47eae6dc00111dd7f91d0db35f14472785cccadf
parentWin32: Fill "Details" properties for openvpnserv.exe (diff)
downloadopenvpn-82aa58b21049391eb6ac80683fe0b5497a7e7dcb.tar.xz
Win32: define WINDRES on mingw on Windows build processHEADmaster
-rwxr-xr-xinstall-win32/makeopenvpn1
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