When I compile the wxwidgets sourcecode initially with mingw32-make, everything goes over smoothly, except that it only takes a minute or so, and it only makes 2-3 .o files in the /lib directory.
So my question is what I am doing wrong, since it is obviously working, it's just not working as it is supposed to.
I followed this guide:
http://wiki.wxwidgets.org/CodeBlocks_Setup_Guide
Except i used modular, non-shared and with unicode instead.
Before anyone asks, then i edited the config.gcc file aswell before make, just to be sure.