summaryrefslogtreecommitdiff
path: root/binary/mingw-w64/libcutl-configure
diff options
context:
space:
mode:
Diffstat (limited to 'binary/mingw-w64/libcutl-configure')
-rwxr-xr-xbinary/mingw-w64/libcutl-configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/binary/mingw-w64/libcutl-configure b/binary/mingw-w64/libcutl-configure
new file mode 100755
index 0000000..23a3bd6
--- /dev/null
+++ b/binary/mingw-w64/libcutl-configure
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+./configure \
+--disable-shared \
+--enable-static \
+--host i686-w64-mingw32 \
+--target i686-w64-mingw32 \
+--prefix=/mingw \
+CXXFLAGS="-O2 -W -Wall"