#! /bin/sh -x
#
#   Make Win32 executable for Cygwin
#
#   We build with, and assume the program has been configured
#   for, a 3.x version of GCC.
#
g++ -Wall -O3 -c -DWIN32 -IDCDFlib/doc annoyance-filter.cc
g++ -Wall -O3 -c -DWIN32 -IDCDFlib/doc statlib.cc
g++ -Wall -O3 -c -DWIN32 -IDCDFlib/doc DCDFlib/src/dcdflib.c
g++ -Wall -O3 -c -DWIN32 -IDCDFlib/doc DCDFlib/src/ipmpar.c
g++ annoyance-filter.o statlib.o dcdflib.o ipmpar.o -o annoyance-filter.exe
