aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
blob: 154a1f21d203dd495f4f9da0b42dcf45134736ae (plain)
1
2
3
4
5
6
#!/bin/sh

./configure --with-localedir=share/locale --enable-oniguruma --disable-ipv6 \
  'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
  && make \
  && make install-strip prefix=$HOME/dist