flamp/scripts/builddist.sh
David Freese 1d8f4c17d7 MXE build
* remove regex from build
2020-12-31 13:44:18 -06:00

21 lines
398 B
Bash
Executable file

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