fldigi/scripts/buildmxe.sh
David Freese c82de8e39c MXE update
* code changes for update to mxe suite
2015-09-12 15:02:05 -05:00

24 lines
626 B
Bash
Executable file

#!/bin/bash
#=======================================================================
# make the mxe-mingw32 executable
./configure \
$PKGCFG \
$CROSSCFG \
--without-asciidoc \
--with-ptw32=$PREFIX/i686-w64-mingw32.static \
--with-libiconv-prefix=$PREFIX/iconv \
--enable-static \
--with-libintl-prefix=$PREFIX/gettext \
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/fldigi.exe
$PREFIX/bin/i686-w64-mingw32.static-strip src/flarq.exe
make nsisinst
mv src/*setup.exe .
ls -l *setup.exe