aboutsummaryrefslogtreecommitdiffstats
path: root/build-w32
diff options
context:
space:
mode:
Diffstat (limited to 'build-w32')
-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} $*