flmsg/scripts/builddist.sh
David Freese 8ac241b813 build scripts
* update builddist.sh
  * added build4mxe.sh
2015-01-08 07:57:58 -06:00

23 lines
410 B
Bash
Executable file

autoreconf
make clean
./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/flmsg.exe
make nsisinst
mv src/*setup*exe .
make clean
# build the distribution tarball
./configure
make distcheck
make clean