Statistics
| Revision:

root / makewin32.sh @ 2347

History | View | Annotate | Download (204 Bytes)

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