This page describes how to Build a native Windows i386, 32bit Intel, Rocrail package.
Note: 32bit systems are obsolete and most software update do no longer provide 32bit versions.
Open a MSYS2 mingw32 shell.
git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git cd wxWidgets mkdir winbuild cd winbuild git checkout v3.2.6
../configure --with-msw --enable-unicode --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no make -j4 make install
git clone <repository link> cd Rocrail
cd Rocrail make -j4 PLATFORM=WIN32 GENSUFFIX=.exe WX_FLAGS="`wx-config --cflags`" LNK_FLAGS="`wx-config --libs std,aui,stc` -mthreads -static" WXCONFIG=wx-config fromtar
rocrail/package/zipper.sh WIN32 Windows