Revision 980 makewin32.sh

makewin32.sh (revision 980)
1 1
#!/bin/sh
2 2

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

Also available in: Unified diff