File: makewin32.sh

package info (click to toggle)
macopix 3.4.0%2Bdfsg.1-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 33,504 kB
  • sloc: ansic: 606,354; sh: 5,422; makefile: 632; yacc: 291; xml: 9
file content (7 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
touch configure configure.ac aclocal.m4 Makefile.am Makefile.in

./configure --with-win32 --with-tar32\
  'CC=gcc' CFLAGS=-O2 \
  && make \
  && make install-strip prefix=/home/${USER}/dist32