aboutsummaryrefslogtreecommitdiffstats
path: root/build-w32
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-01-18 09:11:49 +0000
committerWerner Koch <[email protected]>2001-01-18 09:11:49 +0000
commit38b1b13114c715f87cf9b165828279189087a2fd (patch)
treef477f8e2806bf614588f053956007446ac18bbc9 /build-w32
parentRelease 0.1.4 (diff)
downloadgpgme-38b1b13114c715f87cf9b165828279189087a2fd.tar.gz
gpgme-38b1b13114c715f87cf9b165828279189087a2fd.zip
Does now compile under MingW32/CPD 0.3
Diffstat (limited to '')
-rwxr-xr-xbuild-w3211
1 files changed, 0 insertions, 11 deletions
diff --git a/build-w32 b/build-w32
deleted file mode 100755
index bb72045c..00000000
--- a/build-w32
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-target=i386--mingw32
-host=`./config.guess`
-
-CC="${target}-gcc"
-CPP="${target}-gcc -E"
-RANLIB="${target}-ranlib"
-
-export CC CPP RANLIB
-./configure --host=${host} --target=${target} $*