Statistics
| Revision:

root / makewin32.sh @ 2031

History | View | Annotate | Download (181 Bytes)

1 621 hiro
#!/bin/sh
2 621 hiro
3 1199 hiro
./configure --with-localedir=lib/locale --enable-oniguruma --disable-ipv6 \
4 980 hiro
  'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
5 622 hiro
  && make \
6 621 hiro
  && make install-strip prefix=$HOME/dist