diff options
| author | Werner Koch <[email protected]> | 2001-01-18 09:11:49 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-01-18 09:11:49 +0000 |
| commit | 38b1b13114c715f87cf9b165828279189087a2fd (patch) | |
| tree | f477f8e2806bf614588f053956007446ac18bbc9 /build-w32 | |
| parent | Release 0.1.4 (diff) | |
| download | gpgme-38b1b13114c715f87cf9b165828279189087a2fd.tar.gz gpgme-38b1b13114c715f87cf9b165828279189087a2fd.zip | |
Does now compile under MingW32/CPD 0.3
Diffstat (limited to '')
| -rwxr-xr-x | build-w32 | 11 |
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} $* |
