flmsg/scripts/builddist.sh
David Freese 9c0c16bbdd MINGW update
* changes to be compliant with upgrade to mxe suite
2015-12-27 07:17:37 -06:00

24 lines
436 B
Bash
Executable file

autoreconf
make clean
./configure \
$PKGCFG \
$CROSSCFG \
--with-ptw32=$PREFIX/usr/i686-w64-mingw32.static \
--enable-static \
PTW32_LIBS="-lpthread -lpcreposix -lpcre -lregex" \
FLTK_CONFIG=$PREFIX/bin/i686-w64-mingw32.static-fltk-config \
make
$PREFIX/bin/i686-w64-mingw32.static-strip src/flmsg.exe
make nsisinst
mv src/*setup*exe .
make clean
# build the distribution tarball
./configure
make distcheck
make clean