mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
8f620c8c2c
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
16 lines
446 B
Bash
16 lines
446 B
Bash
#!/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}
|
|
|
|
|
|
|