Is this:
set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
Still the way to build wxWidgets for Code::Blocks?
Hello,
Only a note: I think that it isn't needed to add
c:\mingw\mingw32\bin to your PATH, due to those binaries are currently the same that already exist inside
c:\mingw\bin. Moreover, you can use the VENDOR that you want if you want to build your own C::B from svn sources, because you will compile against your own build for wxWidgets.
wxmsw28_gcc_cb.dll is only needed for the windows binaries released by killerbot.
And, of course, this is only for Windows platforms.
Regards.