* gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.
[gnupg.git] / build-w32.sh
blob0983012aa14dc3b87b240654cbf8122e586a52dc
1 #!/bin/sh
3 [ -z "$w32root" ] && w32root="$HOME/w32root"
5 ./configure --enable-maintainer-mode --prefix=${w32root} \
6 --host=i586-mingw32msvc --build=`scripts/config.guess` \
7 --with-gpg-error-prefix=${w32root} \
8 --with-ksba-prefix=${w32root} \
9 --with-libgcrypt-prefix=${w32root} \
10 --with-libassuan-prefix=${w32root} \
11 --with-zlib=${w32root} \
12 --with-pth-prefix=${w32root}