File: makewin32.sh

package info (click to toggle)
libsylph 1.1.0-16
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,320 kB
  • ctags: 2,946
  • sloc: ansic: 30,577; sh: 8,819; makefile: 156
file content (6 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#!/bin/sh

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