diff options
author | Werner Koch <[email protected]> | 2004-12-06 17:42:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-06 17:42:28 +0000 |
commit | 386d51ae7c9b7d69c1e5143a0073d13425efbb33 (patch) | |
tree | e932fc2250bd8d7fea678853ef310a800b868281 | |
parent | include/sys/types.h (diff) | |
download | libassuan-386d51ae7c9b7d69c1e5143a0073d13425efbb33.tar.gz libassuan-386d51ae7c9b7d69c1e5143a0073d13425efbb33.zip |
Script to build the W32 version
-rw-r--r-- | build-w32.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build-w32.sh b/build-w32.sh new file mode 100644 index 0000000..264d157 --- /dev/null +++ b/build-w32.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +[ -z "$w32root" ] && w32root="$HOME/w32root" + + ./configure --enable-maintainer-mode --prefix=${w32root} \ + --host=i586-mingw32msvc --build=`./config.guess` + + + + |