#!/bin/sh
# in the top of the extract ccextrator src tree create a directory called
# FreeBSD and place this file there and call it build.  Then do ./build from 
# the FreeBSD dir.
cc -D__CYGWIN__ -D_FILE_OFFSET_BITS=64  -I../src/lib_ccx/ -I../src/gpacmp4/ -I../src/libpng/ -I../src/zlib/ -o ccextractor $(find ../src/ -name '*.cpp') $(find ../src/ -name '*.c') -lm 
