Things to do: Download CodeBlocks and wxWidget. Install them. Set environment variables. Compile wxwidget using CodeBlocks. Create a sample wxWidget App. make command mingw32-make -f makefile.gcc BUILD=release SHARED=0
https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.zip
https://gist.github.com/proffix4/2491cd7ebabd5e2b13ffec654624c4df
cd D:\CODEBLOCKS\wxWidgets\build\msw
mingw32-make -f makefile.gcc BUILD=release SHARED=0