flrig/scripts/buildmxe.sh
2015-08-14 13:53:19 -05:00

15 lines
377 B
Bash
Executable file

#!/bin/sh
./configure \
$PKGCFG \
$CROSSCFG \
--with-ptw32=$PREFIX/usr/i686-w64-mingw32.static \
--with-libiconv-prefix=$PREFIX/iconv \
--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/flrig.exe
make nsisinst
mv src/*setup*exe .