mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
No need for thsi script. Use ./autogen.sh --build-w32 instead.
This commit is contained in:
parent
a9c688e4d9
commit
267d4c8fa7
15
build-w32.sh
15
build-w32.sh
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
[ -z "$w32root" ] && w32root="$HOME/w32root"
|
|
||||||
|
|
||||||
./configure --enable-maintainer-mode --prefix=${w32root} \
|
|
||||||
--host=i586-mingw32msvc --build=`scripts/config.guess` \
|
|
||||||
--with-gpg-error-prefix=${w32root} \
|
|
||||||
--with-ksba-prefix=${w32root} \
|
|
||||||
--with-libgcrypt-prefix=${w32root} \
|
|
||||||
--with-libassuan-prefix=${w32root} \
|
|
||||||
--with-zlib=${w32root} \
|
|
||||||
--with-pth-prefix=${w32root}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user