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

15 lines
346 B
Bash
Executable file

#!/bin/sh
./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 .