flamp/scripts/builddist.sh
David Freese da16fc213a Version 2.2.00
* New release
2014-12-02 04:45:14 -06:00

20 lines
365 B
Bash
Executable file

autoreconf
./configure \
$PKGCFG \
$CROSSCFG \
--with-ptw32=/opt/mxe/usr/i686-pc-mingw32 \
--enable-static \
PTW32_LIBS="-lpthread -lpcreposix -lpcre -lregex" \
FLTK_CONFIG=$PREFIX/bin/i686-pc-mingw32-fltk-config
make
$PREFIX/bin/i686-pc-mingw32-strip src/flamp.exe
make nsisinst
mv src/*setup*exe .
make clean
./configure
make distcheck
make clean