1autoreconf 2 3./configure \ 4 $PKGCFG \ 5 --host=i686-w64-mingw32.static \ 6 --with-ptw32=$PREFIX/i686-w64-mingw32.static \ 7 --enable-static \ 8 PTW32_LIBS="-lpthread -lpcreposix -lpcre" \ 9 FLTK_CONFIG=$PREFIX/bin/i686-w64-mingw32.static-fltk-config 10 11make 12 13$PREFIX/bin/i686-w64-mingw32.static-strip src/flamp.exe 14make nsisinst 15mv src/*setup*exe . 16 17make clean 18 19./configure 20make distcheck 21make clean 22