Miscellaneous
For Windows, we also provide the pre-compiled wxWidgets, version 2.8.12 used to compile the release. You can download and extract it either from SourceForge. When opening a Code::Blocks project file it will usually ask you to define the root of the global compiler variable named "wx" which you simply point to the extracted folder from that archive.
Note that wxWidgets comes compiled in a shared,monolithic,release,unicode flavour, compiled like that:
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
也就是 http://sourceforge.net/projects/codeblocks/files/Sources/17.12/wxMSW-2.8.12.7z
http://www.codeblocks.org/downloads/25
原文地址:https://www.cnblogs.com/findumars/p/8290158.html
时间: 2024-10-29 10:42:12