Hello I am trying to compile wxWidgets on a win7 machine using the MinGW compilers (v 4.7.1) bundled with Code::Blocks. I've tried both 2.8.12 and 3.0.0. In both cases I use the same batch file to compile:
mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 BUILD=release MONOLITHIC=1 clean
mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 BUILD=release MONOLITHIC=1
The build process ends with no errors, and I'm left with a handful of .a files in the lib subdirectory.
How do I tell it to compile into windows LIBs?