[Pkg-gnupg-commit] [libassuan] 128/437: Script to build the W32 version

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 386d51ae7c9b7d69c1e5143a0073d13425efbb33
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Dec 6 17:42:28 2004 +0000

    Script to build the W32 version
---
 build-w32.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

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` 
+
+ 
+	     
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list