http://bugs.winehq.org/show_bug.cgi?id=58724
--- Comment #1 from i.Dark_Templar idarktemplar@mail.ru --- wine build commands used for bisect:
mkdir build32 build64 cd build64 ../configure --with-mingw --enable-win64 --prefix=/tmp/wineinstall cd ../build32 ../configure --with-mingw --with-wine64=../build64 --prefix=/tmp/wineinstall cd ../build64 make $JOBS cd ../build32 make $JOBS make $JOBS install cd ../build64 make $JOBS install