about summary refs log tree commit diff stats
path: root/scripts/conf.mingw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/conf.mingw.sh')
-rwxr-xr-xscripts/conf.mingw.sh32
1 files changed, 32 insertions, 0 deletions
diff --git a/scripts/conf.mingw.sh b/scripts/conf.mingw.sh
new file mode 100755
index 00000000..59b398d1
--- /dev/null
+++ b/scripts/conf.mingw.sh
@@ -0,0 +1,32 @@
+#!/bin/bash.exe
+LDFLAGS="-mno-cygwin -static -L/mingw/lib" \
+LIBS="-lwsock32 -lgdi32 -lmsvcrt -liconv" \
+CFLAGS="-mno-cygwin -I/mingw/include -I/mingw/include/openssl -W -Wall -O3 -D_WINDOWS -DSH_EX -DWIN_EX -DNOUSERS -DNOSIGHUP -DDOSPATH -DUSE_ALT_BLAT_MAILER -DBOXHORI=0 -DBOXVERT=0" \
+CPPFLAGS="-mno-cygwin -I/mingw/include -I/mingw/include/openssl" \
+./configure --prefix=/d/cygwin/mingw/lynx2.8.7dev.13/lynx-conf \
+--host=mingw32 \
+--disable-dired-override \
+--disable-full-paths \
+--enable-addrlist-page \
+--enable-change-exec \
+--enable-charset-choice \
+--enable-default-colors \
+--enable-exec-links \
+--enable-externs \
+--enable-file-upload \
+--enable-gzip-help \
+--enable-nested-tables \
+--enable-nls \
+--enable-vertrace \
+--includedir=/mingw/include \
+--sysconfdir=/d/cygwin/mingw/lynx2.8.7dev.13/lynx-conf \
+--datadir=/d/cygwin/mingw/lynx2.8.7dev.13/lynx-conf \
+--with-bzlib \
+--with-cfg-file=d:/cygwin/mingw/lynx2.8.7dev.13/lynx-conf/lynx.cfg \
+--with-lss-file=d:/cygwin/mingw/lynx2.8.7dev.13/lynx-conf/lynx.lss \
+--with-mime-libdir=c:/ \
+--with-nls-datadir=d:/cygwin/mingw/share \
+--with-pkg-config=no \
+--with-screen=curses \
+--with-ssl=/mingw/lib \
+--with-zlib